Skip to content

Commit 635f12e

Browse files
claudexfgong
authored andcommitted
fix(checkpointer): drop duplicate CubepiHitlAnswer import in postgres test
Commit 37979d4 re-added CubepiHitlAnswer to the import block while it was already present, tripping ruff F811 (redefinition) and breaking CI.
1 parent 9927344 commit 635f12e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/checkpointer/test_postgres.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
def test_models_import() -> None:
1111
from cubepi.checkpointer.postgres.models import (
1212
EXPECTED_SCHEMA_VERSION,
13-
CubepiHitlAnswer,
1413
PARTITION_COUNT,
1514
CubepiHitlAnswer,
1615
CubepiMessage,

0 commit comments

Comments
 (0)