Skip to content

Commit

Permalink
make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 26, 2023
1 parent 03b1f0a commit b56773d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down
1 change: 0 additions & 1 deletion frontend.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
import os
import random
import shutil
Expand Down

0 comments on commit b56773d

Please sign in to comment.