Skip to content

Commit

Permalink
Run --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Oct 17, 2024
1 parent 57ad365 commit a0c727e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions notebooks/abundance-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
"outputs": [],
"source": [
"import pathlib\n",
"import sys\n",
"\n",
"import pandas as pd\n",
"from cev.widgets import Embedding, EmbeddingComparisonWidget, compare\n",
"\n",
"from cev.widgets import Embedding, EmbeddingComparisonWidget\n",
"\n",
"\n",
"def get_embedding(folder: str, sample: str):\n",
Expand Down
1 change: 1 addition & 0 deletions notebooks/getting-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"outputs": [],
"source": [
"import pandas as pd\n",
"\n",
"from cev.widgets import Embedding, EmbeddingComparisonWidget"
]
},
Expand Down
5 changes: 3 additions & 2 deletions notebooks/lui-2021.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
"outputs": [],
"source": [
"import pathlib\n",
"import sys\n",
"\n",
"import pandas as pd\n",
"from cev.widgets import Embedding, EmbeddingComparisonWidget, compare"
"\n",
"from cev.widgets import Embedding, EmbeddingComparisonWidget"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions tests/test_widget_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pandas as pd

from cev._widget_utils import trim_label_series


Expand Down

0 comments on commit a0c727e

Please sign in to comment.