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 3c391a1 commit 6bc7246Copy full SHA for 6bc7246
pytest_django_queries/diff.py
@@ -56,7 +56,7 @@ def convert(cls, diff):
56
57
58
class SingleEntryComparison(object):
59
- __slots__ = ["left", "right", "diff"]
+ __slots__ = ["left", "right"]
60
61
def __init__(self, left=None, right=None):
62
"""
0 commit comments