Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed May 22, 2023
1 parent 3b70404 commit 9d65dbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pygenometracks/tracks/BedTrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,8 +1179,9 @@ def plot_squares(self, ax, genes_overlap):
def plot_deletions(self, ax, genes_overlap, start_region, end_region):
"""
Plots the regions as:
_____________ ____________
\/
_____________ ____________
" "
"
label
"""
valid_regions = 0
Expand Down

0 comments on commit 9d65dbe

Please sign in to comment.