mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 12:27:46 +00:00
Fix isort errors
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
Basic example of a resource server
|
||||
'''
|
||||
|
||||
import connexion
|
||||
import flask
|
||||
|
||||
import connexion
|
||||
|
||||
|
||||
def get_secret() -> str:
|
||||
# the token's uid will be set in request.user
|
||||
|
||||
Reference in New Issue
Block a user