Skip to content

Commit 50d9657

Browse files
committed
fix: add List/Tuple imports for _parse_sqs_message_events typing
Restores test collection after merge.
1 parent d5b5297 commit 50d9657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

burr/tracking/server/s3/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import tempfile
2929
import uuid
3030
from collections import Counter
31-
from typing import Literal, Optional, Sequence, Type, TypeVar, Union
31+
from typing import List, Literal, Optional, Sequence, Tuple, Type, TypeVar, Union
3232

3333
import fastapi
3434
import pydantic

0 commit comments

Comments
 (0)