From 4253121189cafd1a6fd373d48f5a2a7d2d1ad65c Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 4 Sep 2024 10:02:58 -0700 Subject: [PATCH] fix flake8 --- app/authentication/auth.py | 1 - app/user/rest.py | 1 - 2 files changed, 2 deletions(-) diff --git a/app/authentication/auth.py b/app/authentication/auth.py index 6e3b28d3a..2066bf5ed 100644 --- a/app/authentication/auth.py +++ b/app/authentication/auth.py @@ -1,4 +1,3 @@ -import os import uuid from flask import current_app, g, request diff --git a/app/user/rest.py b/app/user/rest.py index 86f8e3ce6..847c4ca07 100644 --- a/app/user/rest.py +++ b/app/user/rest.py @@ -1,5 +1,4 @@ import json -import os import uuid from urllib.parse import urlencode