Files

9 lines
137 B
Python
Raw Permalink Normal View History

2019-08-04 15:26:35 +03:00
# pylint: skip-file
"""disable-all is usable as an inline option"""
# no warning should be issued
try:
import this
except:
pass