9 lines
137 B
Python
9 lines
137 B
Python
![]() |
# pylint: skip-file
|
||
|
"""disable-all is usable as an inline option"""
|
||
|
|
||
|
# no warning should be issued
|
||
|
try:
|
||
|
import this
|
||
|
except:
|
||
|
pass
|