We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e6471 commit a446033Copy full SHA for a446033
1 file changed
ultimatepython/advanced/file_handling.py
@@ -17,7 +17,6 @@
17
from pathlib import Path
18
19
_TARGET_FILE = "sample.txt"
20
-_TARGET_PATH = Path(_TARGET_FILE)
21
22
23
def read_file(filename: str) -> str:
0 commit comments