summaryrefslogtreecommitdiff
path: root/compat.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-09-19 21:08:12 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-09-19 21:08:12 +0200
commit25fa66864a90c92ef0cc2f6fed3850d3978aa89c (patch)
treef90f1c4cde853a0fada32e8e22ad7a27a359815e /compat.py
parent9c93fb71f5787f222a850cfb0a400b70cadd78c2 (diff)
downloadruamel.yaml-25fa66864a90c92ef0cc2f6fed3850d3978aa89c.tar.gz
mypy update
Diffstat (limited to 'compat.py')
-rw-r--r--compat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat.py b/compat.py
index a9ac6d3..e5f9e11 100644
--- a/compat.py
+++ b/compat.py
@@ -188,8 +188,8 @@ def dbg(val=None):
class Nprint(object):
def __init__(self):
# type: () -> None
- self._max_print = None
- self._count = None
+ self._max_print = None # type: Any
+ self._count = None # type: Any
def __call__(self, *args, **kw):
# type: (Any, Any) -> None