diff options
| author | Frederick Muriuki Muriithi | 2023-07-10 08:40:20 +0300 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2023-07-10 08:40:20 +0300 |
| commit | 5ae4ec152a50b0811985b87848eaed2a7594fbeb (patch) | |
| tree | 444805faf810229418111b3519ba3d327e0f709b /wqflask/utility | |
| parent | 90fd3006f383f4a7627bd3723571a2cd3f25a42f (diff) | |
| download | genenetwork2-5ae4ec152a50b0811985b87848eaed2a7594fbeb.tar.gz | |
Remove `OVERRIDES` global variable.
Diffstat (limited to 'wqflask/utility')
| -rw-r--r-- | wqflask/utility/tools.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index aa5bdb04..4c331f8a 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -13,8 +13,6 @@ from wqflask import app import logging logger = logging.getLogger(__name__) -OVERRIDES = {} - def app_set(command_id, value): """Set application wide value""" |
