Skip to content

Commit fb53f18

Browse files
author
Daniel Lorch
committed
chore: fix typo
1 parent 26e1caf commit fb53f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/misc/test_few_shot_extraction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"os.environ['ROOT_DIR'] = f\"{ROOTDIR}/\"\n",
5353
"\n",
5454
"# Add the idp_common package to the path\n",
55-
"sys.path.insert(0, '{ROOTDIR}/lib/idp_common_pkg')\n",
55+
"sys.path.insert(0, f'{ROOTDIR}/lib/idp_common_pkg')\n",
5656
"\n",
5757
"from idp_common.extraction.service import ExtractionService"
5858
]

0 commit comments

Comments
 (0)