Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jan 26, 2022
1 parent 7c34aa0 commit bcec01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mailerlite/tests/test_campaign.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def campaign_data_ab():


def test_wrong_headers(header, campaign_data):
# test valid first
# test valid first
try:
_ = Campaigns(header)
except ValueError:
Expand Down
2 changes: 1 addition & 1 deletion mailerlite/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ def test_check_headers():
res, msg = client.check_headers(headers)
assert res
assert not msg
except:
except Exception:
return

0 comments on commit bcec01d

Please sign in to comment.