Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
d79ed08f
Commit
d79ed08f
authored
Nov 23, 2018
by
Guilhem Saurel
Browse files
fix import
parent
bc277fe8
Pipeline
#1905
passed with stages
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
d79ed08f
...
...
@@ -16,9 +16,9 @@ import requests
import
git
from
autoslug
import
AutoSlugField
from
ndh.models
import
Links
,
NamedModel
,
TimeStampedModel
from
ndh.utils
import
enum_to_choices
,
query_sum
,
valid_name
from
ndh.utils
import
enum_to_choices
,
query_sum
from
.utils
import
SOURCES
,
api_next
,
invalid_mail
,
slugify_with_dots
from
.utils
import
SOURCES
,
api_next
,
invalid_mail
,
slugify_with_dots
,
valid_name
logger
=
logging
.
getLogger
(
'rainboard.models'
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment