mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +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",
|
||||
# 5: "rational",
|
||||
# 12: "double",
|
||||
# type: dummy value
|
||||
# Type: dummy value
|
||||
values = {2: 'test',
|
||||
3: 1,
|
||||
4: 2**20,
|
||||
|
|
Loading…
Reference in New Issue
Block a user