Skip to content

Commit

Permalink
add noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
kcha committed Mar 17, 2022
1 parent 80b7a4b commit c101e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
exec(open(os.path.join(here, 'qapa/version.py')).read())

setup(name='qapa',
version=__version__,
version=__version__, # noqa: F821
description='RNA-seq Quantification of Alternative Polyadenylation (QAPA)',
url='http://github.com/morrislab/qapa',
author='Kevin Ha',
Expand Down

0 comments on commit c101e84

Please sign in to comment.