Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Dec 10, 2023
1 parent 2dc8578 commit 7fb2fd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/quacc/recipes/psi4/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
from quacc.schemas.ase import summarize_run
from quacc.utils.dicts import merge_dicts

try:
import psi4
except ImportError:
psi4 = None

if TYPE_CHECKING:
from typing import Any
Expand Down

0 comments on commit 7fb2fd2

Please sign in to comment.