Skip to content

Commit

Permalink
add pylint exception
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Oct 7, 2024
1 parent 00bca28 commit ca8fc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htsinfer/get_read_orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def sum_dicts(*dicts: Dict[Any, float]) -> Dict[Any, float]:
result[key] += num
return dict(result)

def create_orient_df(
def create_orient_df( # pylint: disable=R0917
self,
reads,
fractions_all_states,
Expand Down

0 comments on commit ca8fc5d

Please sign in to comment.