configlayer/__init__.py
2
E721:
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
56
if
type
(
self
)
==
ConfigBase
:
218
if
type
(
self
)
==
LanguageBase
: