Remove unused constant
This commit is contained in:
parent
a4156507d3
commit
dc629192df
@ -1,13 +1,10 @@
|
|||||||
import yaml
|
import yaml
|
||||||
import os
|
|
||||||
from functools import lru_cache
|
from functools import lru_cache
|
||||||
import math
|
import math
|
||||||
from gettext import ngettext
|
from gettext import ngettext
|
||||||
from flask import current_app as app
|
from flask import current_app as app
|
||||||
from atst.utils import getattr_path
|
from atst.utils import getattr_path
|
||||||
|
|
||||||
ENV = os.getenv("FLASK_ENV", "dev")
|
|
||||||
|
|
||||||
|
|
||||||
class LocalizationInvalidKeyError(Exception):
|
class LocalizationInvalidKeyError(Exception):
|
||||||
def __init__(self, key, variables):
|
def __init__(self, key, variables):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user