Merge pull request #2218 from vdmkenny/chore/rm-unused-uuid-import
chore: remove unused uuid import in app.py
This commit is contained in:
commit
dfccd8256d
1 changed files with 0 additions and 1 deletions
1
app.py
1
app.py
|
|
@ -34,7 +34,6 @@ from dotenv import load_dotenv
|
||||||
# is silently ignored and the user is unexpectedly forced to log in (issue #142).
|
# is silently ignored and the user is unexpectedly forced to log in (issue #142).
|
||||||
# utf-8-sig reads plain UTF-8 (no BOM) identically, so this is safe everywhere.
|
# utf-8-sig reads plain UTF-8 (no BOM) identically, so this is safe everywhere.
|
||||||
load_dotenv(encoding="utf-8-sig")
|
load_dotenv(encoding="utf-8-sig")
|
||||||
import uuid
|
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import logging
|
import logging
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue