diff options
Diffstat (limited to 'gn_auth/auth/requests.py')
-rw-r--r-- | gn_auth/auth/requests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn_auth/auth/requests.py b/gn_auth/auth/requests.py index f577b9f..01ff765 100644 --- a/gn_auth/auth/requests.py +++ b/gn_auth/auth/requests.py @@ -1,5 +1,4 @@ """Utilities to deal with requests.""" -import werkzeug from flask import request def request_json() -> dict: |