Skip to content

Commit

Permalink
fixed imports for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bekemax committed Jul 13, 2024
1 parent 606a0ad commit 25c8835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/pointcloud2simplicial/tangential_lifting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"from modules.data.preprocess.preprocessor import PreProcessor\n",
"from modules.utils.utils import (\n",
" describe_data,\n",
" load_model_config,\n",
" load_dataset_config,\n",
" load_model_config,\n",
" load_transform_config,\n",
")"
]
Expand Down

0 comments on commit 25c8835

Please sign in to comment.