Skip to content
Snippets Groups Projects
Commit 550b21b4 authored by Jan Petermann's avatar Jan Petermann
Browse files

remove import test, since part of the package itself

parent a1d0b64c
No related branches found
No related tags found
No related merge requests found
from pkg_resources import get_distribution, DistributionNotFound from pkg_resources import DistributionNotFound, get_distribution
from openqlab.io.data_container import DataContainer
try: try:
# Change here if project is renamed and does not equal the package name # Change here if project is renamed and does not equal the package name
...@@ -8,8 +10,3 @@ except DistributionNotFound: ...@@ -8,8 +10,3 @@ except DistributionNotFound:
__version__ = "unknown" __version__ = "unknown"
__all__ = ["analysis", "io", "plots", "conversion"] __all__ = ["analysis", "io", "plots", "conversion"]
try:
from openqlab.io.data_container import DataContainer
except ImportError:
print("Unable to import DataContainer")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment