We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73092a4 commit 7520ca0Copy full SHA for 7520ca0
tests/unit/test_score_definitions.py
@@ -26,7 +26,7 @@
26
27
28
class CustomMock:
29
- def __init__(self, json_info, id=""):
+ def __init__(self, json_info, id=""):
30
self.json_info = json_info
31
self.id = id
32
0 commit comments