]> git.ipfire.org Git - pbs.git/commitdiff
hub: Drop unused imports
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Oct 2022 15:59:19 +0000 (15:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Oct 2022 15:59:19 +0000 (15:59 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/hub/__init__.py

index b5e81dc37290c81e2e0d66a24eacf83f235df8cd..d16318f8661a00464a79225e39fb65a839828939 100644 (file)
@@ -1,8 +1,6 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
-import functools
 import logging
-import tornado.ioloop
 import tornado.web
 
 from .. import Backend