Skip to content

Commit

Permalink
Fix lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Sep 22, 2023
1 parent 6de7320 commit fd64407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
class FakeModelBackend(_ModelBackend):

def __init__(self):
self._calls : typing.List[typing.Tuple[str, str]] = []
self._calls: typing.List[typing.Tuple[str, str]] = []

def calls(self, clear: bool = False):
calls = self._calls
Expand Down

0 comments on commit fd64407

Please sign in to comment.