removed useless import

pull/104/head
Zaytsev Dmitriy 2019-09-26 13:21:18 +03:00
parent 5a67dc3af5
commit ddd573028c
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
from logging.handlers import BufferingHandler
from gixy.formatters.base import BaseFormatter
class LogHandler(BufferingHandler):