Skip to content

Commit 6a6eb88

Browse files
committed
Update black formatting of notebooks.
1 parent cf2cac1 commit 6a6eb88

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Python/01_Image_Basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
" !pip install -q -r requirements.txt\n",
3636
"\n",
3737
"except ImportError:\n",
38-
" pass # not on Colab\n"
38+
" pass # not on Colab"
3939
]
4040
},
4141
{

Python/36_Microscopy_Colocalization_Distance_Analysis.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"import numpy as np\n",
2626
"import pandas as pd\n",
2727
"\n",
28-
"\n",
2928
"%matplotlib widget\n",
3029
"import gui\n",
3130
"\n",

Python/71_Trust_But_Verify.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
"import matplotlib.pyplot as plt\n",
7676
"import ipywidgets as widgets\n",
7777
"\n",
78-
"\n",
7978
"# utility method that either downloads data from the Girder repository or\n",
8079
"# if already downloaded returns the file name for reading from disk (cached data)\n",
8180
"%run update_path_to_download_script\n",

0 commit comments

Comments
 (0)