Skip to content

Commit

Permalink
style: remove last type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter authored Sep 15, 2021
1 parent f0d6fca commit ce7ed60
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 ce7ed60

Please sign in to comment.