Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
33c07f22
Commit
33c07f22
authored
Aug 12, 2021
by
Martino Bertoni
🌋
Browse files
getting rid of warnings
parent
0fbeb46b
Pipeline
#2484
failed with stages
in 3 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package/chemicalchecker/database/datasource.py
View file @
33c07f22
...
...
@@ -45,6 +45,7 @@ class Datasource(Base):
datasets
=
relationship
(
"Dataset"
,
secondary
=
"dataset_has_datasource"
,
overlaps
=
"datasources"
,
lazy
=
'joined'
)
molrepos
=
relationship
(
"Molrepo"
,
...
...
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