Skip to content

Commit

Permalink
ruff 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtico committed Dec 24, 2024
1 parent 58c8f39 commit 271af72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pyranges_plot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
from .plot_main import plot # noqa: F401
from .pr_register_plot import register_plot # noqa: F401
from .example_data import p1, p2, p3, p_ala, p_cys, ncbi_gff, ncbi_vcf # noqa: F401
from . import vcf # noqa: F401
from .make_subsets import make_scatter # noqa: F401
from . import vcf # noqa: F401
from .make_subsets import make_scatter # noqa: F401
1 change: 0 additions & 1 deletion src/pyranges_plot/plot_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ def getvalue(key):
df_d = {}
tot_ngenes_l = []
for pr_ix, df_item in enumerate(data):

# deal with empty PyRanges
if df_item.empty:
continue
Expand Down

0 comments on commit 271af72

Please sign in to comment.