diff options
author | Frederick Muriuki Muriithi | 2025-07-09 08:36:42 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-07-09 09:02:38 -0500 |
commit | 360cc3bd259c5e1c123bf8095d8474213597971d (patch) | |
tree | f845d603268ecefdf5975829691ac475005ae7fb /gn_auth/auth/requests.py | |
parent | fb1e138b3efbd22eca59f2d8f836c1e61121c964 (diff) | |
download | gn-auth-360cc3bd259c5e1c123bf8095d8474213597971d.tar.gz |
Fix some linting issues.
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: |