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
@@ -1,6 +1,7 @@
import faulthandler; faulthandler.enable()
import sys
import threading
threading.current_thread().name = "frigate"
from frigate.app import FrigateApp