Skip to content

Commit edd0228

Browse files
committed
Suppress unused import Path in notebook with noqa
1 parent 46681f2 commit edd0228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2_data_preparation/cleaning_teds_d.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
"metadata": {},
884884
"outputs": [],
885885
"source": [
886-
"from pathlib import Path\n",
886+
"from pathlib import Path # noqa: F401\n",
887887
"import os\n",
888888
"\n",
889889
"if __name__ == \"__main__\":\n",

0 commit comments

Comments
 (0)