Skip to content

Commit 62e9289

Browse files
committed
Update inputs.py
1 parent da095e1 commit 62e9289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haystack/inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, query_string, **kwargs):
2121
self.kwargs = kwargs
2222

2323
def __repr__(self):
24-
return u"<%s '%s'>" % (self.__class__.__name__, self.__str__())
24+
return u"<%s '%s'>" % (self.__class__.__name__, self)
2525

2626
def __str__(self):
2727
return force_text(self.query_string)

0 commit comments

Comments
 (0)