Skip to content

Commit 8c37fde

Browse files
committed
Forgot a type hint
1 parent 162288c commit 8c37fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/workflows/spa/test_flush_spa_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_register_grid_square_update_add_nothing(
8888

8989
@mock.patch("murfey.workflows.spa.flush_spa_preprocess._transport_object")
9090
def test_register_grid_square_insert_with_ispyb(
91-
mock_transport, murfey_db_session, tmp_path
91+
mock_transport, murfey_db_session: Session, tmp_path
9292
):
9393
# Create a data collection group for lookups
9494
grid_square = DataCollectionGroup(

0 commit comments

Comments
 (0)