Philipp Horstenkamp e4a57c9136
Chore/rework workflow (#52)
* Reworked the lint action
* Removed the file change requirement
* Repaired mypy
* Repaired pip-audit
2023-08-17 22:05:12 +02:00

5 lines
130 B
Python

def test_import() -> None:
from aki_prj23_transparenzregister.utils.postgres import entities
assert entities is not None