From 92bb6f2ae495dc9fe6e1bd1d415bc52631e8ca45 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 12 Nov 2024 11:04:15 -0600 Subject: Remove unused import. --- gn3/settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn3/settings.py') diff --git a/gn3/settings.py b/gn3/settings.py index 2c657af..48b7b5e 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -5,7 +5,6 @@ DO NOT import from this file, use `flask.current_app.config` instead to get the application settings. """ import os -import uuid import tempfile BCRYPT_SALT = "" -- cgit 1.4.1