Skip to content
Snippets Groups Projects
Commit 5f1bf92d authored by Jan Mach's avatar Jan Mach
Browse files

Fix: Fixed warnings reported by PyLint.

(Redmine issue: #3443)
parent 5006e5f5
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment