linting
CI / lint (push) Successful in 13s
CI / lint (pull_request) Successful in 16s
CI / test (push) Successful in 1m45s
CI / test (pull_request) Successful in 1m32s

This commit is contained in:
Julian Piribauer
2026-08-17 19:09:22 +02:00
parent 72e70b335d
commit 504faa66a4
-1
View File
@@ -1,6 +1,5 @@
import os
import pytest
from sage.all import * # noqa: F401
load(os.path.join(os.path.dirname(__file__), "..", "sage", "period_computation.sage"))