mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Linting
This commit is contained in:
parent
a4d19bf32a
commit
97119ced54
4 changed files with 30 additions and 14 deletions
|
@ -26,7 +26,7 @@ class OnlyLegs(Application):
|
|||
return cfg
|
||||
|
||||
@staticmethod
|
||||
def prog(self): # pylint: disable=C0116, E0202
|
||||
def prog(): # pylint: disable=C0116, E0202
|
||||
return 'OnlyLegs'
|
||||
|
||||
def load(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue