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 99679d9d5b
commit 3b3e1a91c5
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -351,7 +351,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.