Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
calebrob6 committed Sep 20, 2024
1 parent 9bdfe9c commit e0d887b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorials/custom_segmentation_trainer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"\n",
"import lightning\n",
"import lightning.pytorch as pl\n",
"import os\n",
"import torch\n",
"from lightning.pytorch.callbacks import ModelCheckpoint\n",
"from lightning.pytorch.callbacks.callback import Callback\n",
Expand Down

0 comments on commit e0d887b

Please sign in to comment.