Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenQlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
las-nq
OpenQlab
Commits
550b21b4
Commit
550b21b4
authored
Dec 9, 2019
by
Jan Petermann
Browse files
Options
Downloads
Patches
Plain Diff
remove import test, since part of the package itself
parent
a1d0b64c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/openqlab/__init__.py
+3
-6
3 additions, 6 deletions
src/openqlab/__init__.py
with
3 additions
and
6 deletions
src/openqlab/__init__.py
+
3
−
6
View file @
550b21b4
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
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment