Skip to content

Commit

Permalink
Don't import restapi in abilab
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Aug 29, 2023
1 parent 2f3e20a commit cad9694
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 149 deletions.
2 changes: 1 addition & 1 deletion abipy/abilab.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from abipy.flowtk import Pseudo, PseudoTable, Mrgscr, Mrgddb, Flow, Work, TaskManager, AbinitBuild, flow_main
from abipy.core.release import __version__, min_abinit_version
from abipy.core.globals import enable_notebook, in_notebook, disable_notebook
from abipy.core import restapi
#from abipy.core import restapi
from abipy.core.structure import (Lattice, Structure, StructureModifier, dataframes_from_structures,
mp_match_structure, mp_search, cod_search, display_structure)
from abipy.core.mixins import TextFile, JsonFile, CubeFile
Expand Down
Loading

0 comments on commit cad9694

Please sign in to comment.