Delete unnecessary lines of old logger

This commit is contained in:
taizan-hokuto
2019-12-30 17:54:53 +09:00
parent 733f754e11
commit 5268961854
8 changed files with 0 additions and 8 deletions

View File

@@ -6,7 +6,6 @@ This module is parser of live chat JSON.
import json
from .. import config
from .. import mylogger
from .. exceptions import (
ResponseContextError,
NoContentsException,

View File

@@ -1,6 +1,5 @@
import json
from .. import config
from .. import mylogger
from .. exceptions import (
ResponseContextError,
NoContentsException,