Skip to content

Commit

Permalink
FIX: FLAKE8 warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Mar 29, 2022
1 parent 74c2417 commit e97bd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fido/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def sig_file_actions(sig_act):
if resp.status_code != 200:
print('No signature files found for {}, REST status {}'.format(sig_act, resp.status_code))
sys.exit(1)
_output_details(re.search('\d+|$', ver).group(), update_url, versions) # noqa: W605
_output_details(re.search('\d+|$', ver).group(), update_url, versions) # noqa: W605


def _output_details(version, update_url, versions):
Expand Down

0 comments on commit e97bd64

Please sign in to comment.