mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 09:46:39 +07:00
Update PyMethodMayBeStaticInspection to consider more methods as empty ones.
4 lines
67 B
Python
4 lines
67 B
Python
class A:
|
|
def foo(self):
|
|
"""Do something"""
|
|
pass |