Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 3, 2024
1 parent 44523c2 commit ab3ed34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions googlevoice/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ def test_login(self, random_gxf):
...
<input type="hidden" name="gxf" value="{random_gxf}">
...
""".format(
**locals()
),
""".format(**locals()),
)
responses.add(
responses.POST,
Expand Down

0 comments on commit ab3ed34

Please sign in to comment.