Skip to content

Commit a446033

Browse files
committed
Update file_handling lesson once more
1 parent 48e6471 commit a446033

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ultimatepython/advanced/file_handling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from pathlib import Path
1818

1919
_TARGET_FILE = "sample.txt"
20-
_TARGET_PATH = Path(_TARGET_FILE)
2120

2221

2322
def read_file(filename: str) -> str:

0 commit comments

Comments
 (0)