mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-29 05:15:12 +02:00
Minor touchup
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import json
|
|
||||||
import time
|
import time
|
||||||
from http import HTTPStatus
|
from http import HTTPStatus
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
[mypy]
|
[mypy]
|
||||||
plugins = sqlalchemy.ext.mypy.plugin
|
plugins = sqlalchemy.ext.mypy.plugin
|
||||||
mypy_path = .
|
mypy_path = $MYPY_CONFIG_FILE_DIR
|
||||||
explicit_package_bases = True
|
explicit_package_bases = True
|
||||||
disallow_untyped_defs = True
|
disallow_untyped_defs = True
|
||||||
|
Reference in New Issue
Block a user