Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Dec 18, 2023
1 parent 11f0cd4 commit bb2fcdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions ehrapy/plot/_scanpy_pl_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

import scanpy as sc
from scanpy.plotting import DotPlot, MatrixPlot, StackedViolin
from scanpy.plotting._tools.scatterplots import _wraps_plot_scatter

from ehrapy.util._doc_util import (
from ehrapy._doc_util import (
_doc_params,
doc_adata_color_etc,
doc_common_groupby_plot_args,
Expand All @@ -19,7 +18,6 @@
doc_panels,
doc_scatter_basic,
doc_scatter_embedding,
doc_scatter_spatial,
doc_show_save_ax,
doc_vbound_percentile,
doc_vboundnorm,
Expand Down
3 changes: 1 addition & 2 deletions ehrapy/tools/_scanpy_tl_api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from collections.abc import Iterable, Mapping, Sequence
from types import MappingProxyType
from collections.abc import Iterable, Sequence
from typing import Any, Literal, Optional, Union

import numpy as np
Expand Down

0 comments on commit bb2fcdb

Please sign in to comment.