Skip to content

Commit ef62513

Browse files
committed
update
1 parent 88c7e06 commit ef62513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/data/processing/data_processor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def _is_path(input_dir: Optional[str], element: Any) -> bool:
350350
if element.startswith(input_dir):
351351
return True
352352

353-
element: str = str(Path(element).absolute())
353+
element = str(Path(element).absolute())
354354
if element.startswith(input_dir):
355355
return True
356356

0 commit comments

Comments
 (0)