mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-28 21:13:41 +03:00
Flake8: Fix F723 syntax error in type comment 'dummy value'; it's just a comment, not a Mypy type
This commit is contained in:
parent
d880d41a14
commit
187ba3f6e8
|
@ -205,7 +205,7 @@ class TestFileLibTiff(LibTiffTestCase):
|
||||||
# 4: "long",
|
# 4: "long",
|
||||||
# 5: "rational",
|
# 5: "rational",
|
||||||
# 12: "double",
|
# 12: "double",
|
||||||
# type: dummy value
|
# Type: dummy value
|
||||||
values = {2: 'test',
|
values = {2: 'test',
|
||||||
3: 1,
|
3: 1,
|
||||||
4: 2**20,
|
4: 2**20,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user