Skip to content

Commit

Permalink
Merge pull request #36 from nf-core/remove-type-annotation
Browse files Browse the repository at this point in the history
style: remove last type annotation
  • Loading branch information
drpatelh authored Sep 15, 2021
2 parents f0d6fca + ce7ed60 commit e094f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sra_ids_to_runinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Response:
"""

def __init__(self, *, response, **kwargs) -> None:
def __init__(self, *, response, **kwargs):
"""
Initialize an HTTP response object.
Expand Down

0 comments on commit e094f64

Please sign in to comment.