refactor: remove unused python2 code, optimize imports

This commit is contained in:
jar3b
2020-02-19 01:29:08 +03:00
parent d03aa0a78c
commit 966bec093f
21 changed files with 15 additions and 71 deletions

View File

@@ -1,4 +1 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from .common import *

View File

@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-
class BasicConfig:
logging = False
debug_print = False