Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cigale
CIGALE
Commits
72abdf36
Commit
72abdf36
authored
Aug 31, 2015
by
Médéric Boquien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove module member imported but never used.
parent
8ce26f6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
pcigale/data/__init__.py
pcigale/data/__init__.py
+1
-2
No files found.
pcigale/data/__init__.py
View file @
72abdf36
...
...
@@ -16,8 +16,7 @@ SqlAlchemy ORM to store the data in a unique SQLite3 database.
"""
import
pkg_resources
from
sqlalchemy
import
(
create_engine
,
exc
,
Column
,
String
,
Text
,
Float
,
PickleType
)
from
sqlalchemy
import
create_engine
,
exc
,
Column
,
String
,
Float
,
PickleType
from
sqlalchemy.ext.declarative
import
declarative_base
from
sqlalchemy.orm
import
class_mapper
,
sessionmaker
import
numpy
as
np
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment