Skip to content

Commit 0fa53bf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 33b327c commit 0fa53bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2728
]
2829
dynamic = [ "version" ]
2930
dependencies = [

site/vignettes/reference_mapping.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
"source": [
1919
"import os\n",
2020
"\n",
21+
"import hnoca.map as hmap\n",
2122
"import scanpy as sc\n",
2223
"import scvi\n",
2324
"\n",
24-
"import hnoca.map as hmap\n",
25-
"\n",
2625
"os.chdir(\"/home/fleckj/scratch/hnoca/\")"
2726
]
2827
},

0 commit comments

Comments
 (0)