Minor touchup

This commit is contained in:
Yuhong Sun
2023-05-11 23:08:53 -07:00
parent da8031c1aa
commit 6028523198
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
import json
import time import time
from http import HTTPStatus from http import HTTPStatus

View File

@@ -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