Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspreetj committed Mar 10, 2022
1 parent 3e14ab7 commit 56a6542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opics/libraries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import yaml as _yaml
import pathlib as _pathlib
from importlib import import_module
from .catalogue_mgmt import download_library, remove_library
from opics.libraries.catalogue_mgmt import download_library, remove_library
import sys

_curr_dir = _pathlib.Path(__file__).parent.resolve()
Expand Down

0 comments on commit 56a6542

Please sign in to comment.