Skip to content

Commit 7d9bea6

Browse files
Autoformat with black
1 parent 05b1482 commit 7d9bea6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

AURORA/tutorial.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"outputs": [],
5252
"source": [
5353
"# Create a folder in your Google Drive\n",
54-
"# from google.colab import drive \n",
54+
"# from google.colab import drive\n",
5555
"# drive.mount('/content/drive')"
5656
]
5757
},
@@ -61,8 +61,7 @@
6161
"metadata": {},
6262
"outputs": [],
6363
"source": [
64-
"\n",
65-
"# Don't run this cell if you already cloned the repo \n",
64+
"# Don't run this cell if you already cloned the repo\n",
6665
"# !git clone https://github.com/BrainLesion/tutorials.git"
6766
]
6867
},
@@ -74,8 +73,9 @@
7473
"source": [
7574
"# make files from the repo available in colab\n",
7675
"import sys\n",
77-
"COLAB_BASE_PATH = '/content/tutorials/AURORA/'\n",
78-
"sys.path.insert(0,COLAB_BASE_PATH)"
76+
"\n",
77+
"COLAB_BASE_PATH = \"/content/tutorials/AURORA/\"\n",
78+
"sys.path.insert(0, COLAB_BASE_PATH)"
7979
]
8080
},
8181
{
@@ -94,7 +94,7 @@
9494
"from brainles_aurora.inferer import AuroraGPUInferer, AuroraInferer, AuroraInfererConfig\n",
9595
"import nibabel as nib\n",
9696
"import numpy as np\n",
97-
"import utils # local file"
97+
"import utils # local file"
9898
]
9999
},
100100
{

0 commit comments

Comments
 (0)