diff options
| author | Vosjedev <vosje@vosjedev.net> | 2025-11-02 13:52:03 +0100 |
|---|---|---|
| committer | Vosjedev <vosje@vosjedev.net> | 2025-11-02 13:52:03 +0100 |
| commit | 1cd9ccc989438071152b0f664cc0b16528281c5f (patch) | |
| tree | 78280b5d5e8049c0cdc8b446494aac30fcb504d8 /src/acit | |
| parent | 275a4c5c7ce41da817f1427a7c6837297771976e (diff) | |
| download | acit-1cd9ccc989438071152b0f664cc0b16528281c5f.tar.gz acit-1cd9ccc989438071152b0f664cc0b16528281c5f.tar.bz2 acit-1cd9ccc989438071152b0f664cc0b16528281c5f.tar.xz | |
db.py: cleanup imports
Diffstat (limited to 'src/acit')
| -rw-r--r-- | src/acit/db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acit/db.py b/src/acit/db.py index d11518d..99ba50d 100644 --- a/src/acit/db.py +++ b/src/acit/db.py @@ -1,8 +1,8 @@ +import os import cherrypy import mariadb from cherrypy.process import plugins -import os.getenv from time import sleep from threading import Event |
