Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
self-reg-form
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krish Moodbidri
self-reg-form
Commits
79b231df
Commit
79b231df
authored
3 years ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Patches
Plain Diff
Fix flake8 F401
parent
5de1f1cd
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/__init__.py
+0
-7
0 additions, 7 deletions
app/__init__.py
tasks.py
+0
-1
0 additions, 1 deletion
tasks.py
tests.py
+1
-1
1 addition, 1 deletion
tests.py
with
1 addition
and
9 deletions
app/__init__.py
+
0
−
7
View file @
79b231df
...
@@ -9,19 +9,12 @@ import messages
...
@@ -9,19 +9,12 @@ import messages
import
uuid
import
uuid
from
flask
import
(
from
flask
import
(
Flask
,
Flask
,
redirect
,
url_for
,
request
,
request
,
render_template
,
render_template
,
flash
,
session
,
session
,
send_from_directory
,
)
)
from
flask_cors
import
CORS
from
flask_cors
import
CORS
from
flask_bootstrap
import
Bootstrap
from
flask_bootstrap
import
Bootstrap
import
random
import
os
import
json
import
sys
import
sys
import
re
import
re
...
...
This diff is collapsed.
Click to expand it.
tasks.py
+
0
−
1
View file @
79b231df
...
@@ -2,7 +2,6 @@ import vars
...
@@ -2,7 +2,6 @@ import vars
import
sys
import
sys
import
json
import
json
import
time
import
time
import
signal
from
celery
import
Celery
from
celery
import
Celery
from
flask_socketio
import
SocketIO
from
flask_socketio
import
SocketIO
...
...
This diff is collapsed.
Click to expand it.
tests.py
+
1
−
1
View file @
79b231df
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
import
unittest
import
unittest
import
flask
import
flask
from
flask
import
abort
,
url_for
,
g
from
flask
import
abort
,
url_for
from
flask_testing
import
TestCase
from
flask_testing
import
TestCase
from
app
import
create_app
from
app
import
create_app
...
...
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