Skip to content

Commit

Permalink
fixed import ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Dec 20, 2023
1 parent 7cf88f1 commit 1c1f791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sisl/io/siesta/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import numpy as np

import sisl._array as _a
from sisl.sparse import _rows_and_cols
from sisl.messages import warn
from sisl import SislError
from sisl.messages import warn
from sisl.sparse import _rows_and_cols

try:
from . import _siesta
Expand Down

0 comments on commit 1c1f791

Please sign in to comment.