Sometimes I hate coding

This commit is contained in:
Michał Gdula 2023-04-19 18:11:19 +00:00
parent f26e76d822
commit 341d5b0ee8
3 changed files with 7 additions and 6 deletions

View file

@ -10,7 +10,8 @@ class OnlyLegs(Application):
Gunicorn application
"""
def __init__(self, options={}): # skipcq: PYL-W0231 # pylint: disable=W0231, W0102
# TODO: Make this not shit, thanks
def __init__(self, options={}): # skipcq: PYL-W0231 # pylint: disable=W0231
self.usage = None
self.callable = None
self.options = options