Files
Semyon Proshev 934f3da2a5 PY-24817 Fixed: False positive: Method may be 'static' when docstring is present
Update PyMethodMayBeStaticInspection to consider more methods as empty ones.
2017-07-05 20:14:23 +03:00

4 lines
67 B
Python

class A:
def foo(self):
"""Do something"""
pass