diff options
Diffstat (limited to 'pyasn1/debug.py')
-rw-r--r-- | pyasn1/debug.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyasn1/debug.py b/pyasn1/debug.py index 7d3dfc8..c82429e 100644 --- a/pyasn1/debug.py +++ b/pyasn1/debug.py @@ -22,6 +22,7 @@ flagMap = { class Printer: + # noinspection PyShadowingNames def __init__(self, logger=None, handler=None, formatter=None): if logger is None: logger = logging.getLogger('pyasn1') |