Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mentat-test
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Mentat
mentat-test
Commits
5f1bf92d
Commit
5f1bf92d
authored
5 years ago
by
Jan Mach
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Fixed warnings reported by PyLint.
(Redmine issue:
#3443
)
parent
5006e5f5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/vial/app.py
+0
-1
0 additions, 1 deletion
lib/vial/app.py
lib/vial/intl.py
+0
-6
0 additions, 6 deletions
lib/vial/intl.py
with
0 additions
and
7 deletions
lib/vial/app.py
+
0
−
1
View file @
5f1bf92d
...
@@ -13,7 +13,6 @@ classes that form the new base of *Vial* application.
...
@@ -13,7 +13,6 @@ classes that form the new base of *Vial* application.
import
sys
import
sys
import
traceback
import
traceback
import
os
import
datetime
import
datetime
import
weakref
import
weakref
import
jinja2
import
jinja2
...
...
This diff is collapsed.
Click to expand it.
lib/vial/intl.py
+
0
−
6
View file @
5f1bf92d
...
@@ -10,17 +10,11 @@ This module contains usefull internationalization utilities for *Vial* applicati
...
@@ -10,17 +10,11 @@ This module contains usefull internationalization utilities for *Vial* applicati
"""
"""
import
os
import
click
import
flask
import
flask
from
flask.cli
import
AppGroup
import
flask_babel
import
flask_babel
import
flask_login
import
flask_login
from
babel
import
Locale
from
babel
import
Locale
import
vial.const
BABEL
=
flask_babel
.
Babel
()
BABEL
=
flask_babel
.
Babel
()
@BABEL.localeselector
@BABEL.localeselector
...
...
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