diff --git a/conf.py b/conf.py index a47a39d..5f26342 100644 --- a/conf.py +++ b/conf.py @@ -4,8 +4,8 @@ except ImportError: from rtoml import load as toml_load -from os import environ import logging +from os import environ with open(environ["SETTINGS"]) as f: CONFIG = toml_load(f.read()) diff --git a/frontend.py b/frontend.py index fc700ae..4cc4644 100644 --- a/frontend.py +++ b/frontend.py @@ -1,4 +1,3 @@ -import logging import os import random import shutil