remove duplicate imports

rename-logs
Yozora 3 days ago
parent 31448bd7da
commit 806f73727b

@ -27,9 +27,6 @@ def fmt_filter(record):
_srcfile = os.path.normcase(fmt_filter.__code__.co_filename)
import os
from logging.handlers import RotatingFileHandler
class CustomRotatingFileHandler(RotatingFileHandler):
def rotation_filename(self, default_name):
dirname, basename = os.path.split(default_name)

Loading…
Cancel
Save