diff options
| author | Frederick Muriuki Muriithi | 2024-11-12 11:04:15 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-11-12 11:04:15 -0600 |
| commit | 92bb6f2ae495dc9fe6e1bd1d415bc52631e8ca45 (patch) | |
| tree | 52f469249e7bf0e708d38772e43b48741fe4d26c | |
| parent | 88ac6e5236e588bf693d2a0274c6534f6d8a6934 (diff) | |
| download | genenetwork3-92bb6f2ae495dc9fe6e1bd1d415bc52631e8ca45.tar.gz | |
Remove unused import.
| -rw-r--r-- | gn3/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 = "" |
