Fix missing module

Forgotten in commit 153094eef5
This commit is contained in:
Alexander Hess 2024-10-15 02:04:34 +02:00
parent 7e3e67c300
commit 6bd21ce134
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -12,6 +12,7 @@ import pytest
[
"lalib",
"lalib.elements",
"lalib.fields",
],
)
def test_top_level_imports(path_to_package: str):