[V3] Use typing.TYPE_CHECKING instead of utils.TYPE_CHECKING (#1778)

Not needed any more as we no longer support python<3.6
This commit is contained in:
Tobotimus
2018-06-03 08:24:16 +10:00
committed by Will
parent 8610b47a68
commit 19b05e632c
5 changed files with 5 additions and 25 deletions

View File

@@ -9,10 +9,6 @@ import logging
import appdirs
from .json_io import JsonIO
from .utils import TYPE_CHECKING
if TYPE_CHECKING:
from . import Config
__all__ = [
"load_basic_configuration",