Skip to content

Commit

Permalink
clean lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled authored Aug 29, 2023
1 parent d7c314f commit 69440b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kb_python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1229,9 +1229,7 @@ def setup_count_args(
choices=['standard', 'nac', 'kite', 'kite:10xFB', 'lamanno', 'nucleus']
)
parser_count.add_argument(
'--em',
help=argparse.SUPPRESS,
action='store_true'
'--em', help=argparse.SUPPRESS, action='store_true'
)

count_group = parser_count.add_mutually_exclusive_group()
Expand Down

0 comments on commit 69440b1

Please sign in to comment.