Gateway: Make the CORS apply() static

Quietens a PyCharm warning
This commit is contained in:
Athanasius 2021-11-04 13:41:15 +00:00
parent dcce3bdc86
commit fee5279c12

View File

@ -383,7 +383,8 @@ class EnableCors(object):
name = 'enable_cors'
api = 2
def apply(self, fn, context):
@staticmethod
def apply(fn, context):
"""
Apply CORS headers to the calling bottle app.