sort imports

This commit is contained in:
Blake Blackshear
2021-01-26 21:40:33 -06:00
parent 3a3cb24631
commit 03c855ecbe
13 changed files with 83 additions and 69 deletions
+1
View File
@@ -3,6 +3,7 @@ import logging
import threading
from logging import handlers
def listener_configurer():
root = logging.getLogger()
console_handler = logging.StreamHandler()