Skip to content

Commit

Permalink
removed unneccessary improts
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Nov 25, 2024
1 parent c4003ae commit 31892bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sisl/physics/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
from __future__ import annotations

from enum import StrEnum
from typing import get_args

from sisl.typing import GaugeType, ProjectionType

__all__ = ["comply_gauge", "comply_projection"]
Expand Down

0 comments on commit 31892bf

Please sign in to comment.