Checking cache action

This commit is contained in:
Waket Zheng
2024-06-06 17:21:46 +08:00
parent c42fdab74d
commit bceeb236c2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
from aerich.utils import import_py_file
def test_import_py_file():
def test_import_py_file() -> None:
m = import_py_file("aerich/utils.py")
assert getattr(m, "import_py_file")