Skip to content

Commit 9670abc

Browse files
committed
Make xrootD file list compatible with 3.8
1 parent aaf8c5a commit 9670abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicex/databinder_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Sample(BaseModel):
3737
Name: str
3838
Codegen: Optional[str]
3939
RucioDID: Optional[str]
40-
XRootDFiles: Optional[Union[str, list[str]]]
40+
XRootDFiles: Optional[Union[str, List[str]]]
4141
NFiles: Optional[int] = Field(default=None)
4242
Function: Optional[Union[str, Callable]] = Field(default=None)
4343
Query: Optional[Union[str, func_adl_dataset.Query]] = Field(default=None)

0 commit comments

Comments
 (0)