mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Don't complain about compatibility code: class TypeGuard
This commit is contained in:
parent
5938423c63
commit
9475c46d30
|
@ -10,6 +10,8 @@ exclude_also =
|
|||
def create_lut():
|
||||
# Don't complain about debug code
|
||||
if DEBUG:
|
||||
# Don't complain about compatibility code
|
||||
class TypeGuard:
|
||||
|
||||
[run]
|
||||
omit =
|
||||
|
|
Loading…
Reference in New Issue
Block a user