fix flake8

This commit is contained in:
Kenneth Kehl
2023-08-18 08:37:54 -07:00
parent f573e45fd5
commit 6b0a315281

View File

@@ -171,4 +171,4 @@ class Matcher:
return self.key(other)
def __repr__(self):
return '<Matcher: {}>'.format(self.description)
return '<Matcher: {}>'.format(self.description)