Flake8: Fix F723 syntax error in type comment 'dummy value'; it's just a comment, not a Mypy type

This commit is contained in:
Hugo 2019-01-30 11:53:26 +02:00
parent d880d41a14
commit 187ba3f6e8

View File

@ -205,7 +205,7 @@ class TestFileLibTiff(LibTiffTestCase):
# 4: "long",
# 5: "rational",
# 12: "double",
# type: dummy value
# Type: dummy value
values = {2: 'test',
3: 1,
4: 2**20,