Skip to content

Commit

Permalink
moved neighbor code to new folder
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Feb 14, 2024
1 parent 4e7ac99 commit c690e9d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sisl/geom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
from .flat import *
from .nanoribbon import *
from .nanotube import *
from .neighs import *
from ._neighbors import *

Check notice

Code scanning / CodeQL

'import *' may pollute namespace Note

Import pollutes the enclosing namespace, as the imported module
sisl.geom._neighbors
does not define '__all__'.
from .special import *
from .surfaces import *
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c690e9d

Please sign in to comment.