Skip to content

Commit

Permalink
fix python2 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Jan 24, 2021
1 parent 678714f commit dd5d8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


class RequestsMock(object):
def __init__(self, mocker: MockerFixture):
def __init__(self, mocker):
self.mocker = mocker
self._store = {}

Expand Down

0 comments on commit dd5d8e0

Please sign in to comment.