We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1819a commit f7cae1dCopy full SHA for f7cae1d
1 file changed
src/webapp/routers/data.py
@@ -1093,7 +1093,7 @@ def validation_helper(
1093
now = time.monotonic()
1094
base_cache = STATE._base_cache
1095
if now < base_cache["exp"] and base_cache["val"] is not None:
1096
- base_schema_id, base_schema = base_cache["val"] # pylint: disable=unpacking-non-sequence # pylint: disable=unpacking-non-sequence
+ base_schema_id, base_schema = base_cache["val"] # pylint: disable=unpacking-non-sequence # fmt: skip
1097
else:
1098
row = sess.execute(
1099
select(SchemaRegistryTable.schema_id, SchemaRegistryTable.json_doc)
0 commit comments