Skip to content

Commit

Permalink
Removed unused import of pyfmo
Browse files Browse the repository at this point in the history
  • Loading branch information
YHordijk committed Oct 29, 2024
1 parent de7911b commit aa04403
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tcutility/job/adf.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,6 @@ def orbital(self, orbital: "pyfmo.orbitals.sfo.SFO" or "pyfmo.orbitals.mo.MO"):
raise TCJobError(job_class=self.__class__.__name__, message="RKF file that was previously set not the same as the one being set now. Please start a new job for each RKF file.")

def density(self, orbitals: 'pyfmo.orbitals.Orbitals'): # noqa: F821
import pyfmo

# check if the ADFFile is the same for all added orbitals
if self.settings.ADFFile is None:
self.settings.ADFFile = orbitals.kfpath
Expand Down

0 comments on commit aa04403

Please sign in to comment.