mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-25 20:22:33 +02:00
* Reworked the lint action * Removed the file change requirement * Repaired mypy * Repaired pip-audit
5 lines
130 B
Python
5 lines
130 B
Python
def test_import() -> None:
|
|
from aki_prj23_transparenzregister.utils.postgres import entities
|
|
|
|
assert entities is not None
|