Skip to content

Commit b14b1d8

Browse files
tawsifkamalgithub-actions[bot]
authored andcommitted
Automated pre-commit update
1 parent 79da4f5 commit b14b1d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/removing_import_loops_in_pytorch/import_loops.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
" print(f\"Size: {len(cycle['files'])} files\")\n",
280280
" \n",
281281
" for (from_file, to_file), data in cycle['mixed_imports'].items():\n",
282-
" print(f\"\\n📁 Mixed imports detected:\")\n",
282+
" print(\"\\n📁 Mixed imports detected:\")\n",
283283
" print(f\" From: {from_file}\")\n",
284284
" print(f\" To: {to_file}\")\n",
285285
" print(f\" Dynamic imports: {data['dynamic']}\")\n",
@@ -369,7 +369,6 @@
369369
}
370370
],
371371
"source": [
372-
"from codegen.sdk.core.symbol import Symbol\n",
373372
"# Create new utils file\n",
374373
"utils_file = codebase.create_file(\"torch/_inductor/kernel/flex_utils.py\")\n",
375374
"\n",

0 commit comments

Comments
 (0)