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
0f843fa6
Commit
0f843fa6
authored
Nov 23, 2018
by
Guilhem Saurel
Browse files
missing import
parent
bfef57dd
Pipeline
#1896
passed with stages
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/management/commands/update.py
View file @
0f843fa6
...
...
@@ -4,7 +4,7 @@ from django.core.management.base import BaseCommand
from
django.db.models
import
F
,
Q
from
rainboard.models
import
Branch
,
Project
,
Repo
,
Robotpkg
from
rainboard.utils
import
update_robotpkg
from
rainboard.utils
import
update_robotpkg
,
SOURCES
class
Command
(
BaseCommand
):
...
...
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