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.
2 parents 695ae17 + 92603a4 commit d98de9bCopy full SHA for d98de9b
python_jsonschema_objects/util.py
@@ -12,7 +12,7 @@ def __init__(self, fmt, *args, **kwargs):
12
self.kwargs = kwargs
13
14
def __str__(self):
15
- self.fmt.format(*self.args, **self.kwargs)
+ return self.fmt.format(*self.args, **self.kwargs)
16
17
18
def safe_issubclass(x, y):
0 commit comments