Add two line breaks before function auth_required

Co-authored-by: Ben Busby <contact@benbusby.com>
This commit is contained in:
DUO Labs 2022-01-14 12:17:00 -05:00 committed by GitHub
parent c5c089d01b
commit 632cc5d7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ newest_version = '' if current_version >= newest_version \
ac_var = 'WHOOGLE_AUTOCOMPLETE'
autocomplete_enabled = os.getenv(ac_var, '1')
def auth_required(f):
@wraps(f)
def decorated(*args, **kwargs):