mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-23 23:30:34 +03:00
Coverage: Don't complain about code that shouldn't run: def create_lut():
This commit is contained in:
parent
d4fd04982a
commit
0c767f0d7c
|
@ -9,6 +9,8 @@ exclude_lines =
|
|||
# Don't complain if non-runnable code isn't run:
|
||||
if 0:
|
||||
if __name__ == .__main__.:
|
||||
# Don't complain about code that shouldn't run
|
||||
def create_lut():
|
||||
# Don't complain about debug code
|
||||
if DEBUG:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user