Skip to content

Commit

Permalink
Fix import in io
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt committed Aug 25, 2022
1 parent dd56b76 commit eb8fc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qe/fundamental_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Tuple, Dict, NewType, NamedTuple, List, Set, Iterator, NewType
from typing import Tuple, Dict, NamedTuple, List, NewType
# Orbital index (0,1,2,...,n_orb-1)
OrbitalIdx = NewType("OrbitalIdx", int)
# Two-electron integral :
Expand Down

0 comments on commit eb8fc38

Please sign in to comment.