mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-15 23:47:24 +02:00
Fixed F401 (unused-import)
This commit is contained in:
committed by
Joshua Tauberer
parent
785c337fb3
commit
0ee64f2fe8
@@ -1,5 +1,5 @@
|
||||
from daemon import app
|
||||
import auth, utils
|
||||
import utils
|
||||
|
||||
app.logger.addHandler(utils.create_syslog_handler())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user