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 8ce842f + fd1724c commit 4246901Copy full SHA for 4246901
src/superannotate/lib/core/conditions.py
@@ -54,4 +54,3 @@ def build_query(self):
54
return str(self) + "".join(
55
[f"{condition[0]}{condition[1]}" for condition in self._condition_set]
56
)
57
-c
0 commit comments