Skip to content

Commit e510316

Browse files
committed
fix
1 parent 1528efa commit e510316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/snakemake/io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def storage_object(self) -> Any:
463463
return get_flag_value(self._file, "storage_object")
464464

465465
@property
466-
def file(self) -> str | AnnotatedString:
466+
def file(self) -> "str | AnnotatedString":
467467
if not self.is_callable():
468468
return self._file # type: ignore[return-value]
469469
else:

0 commit comments

Comments
 (0)