Skip to content

Commit f7cae1d

Browse files
committed
revamped entire validation helper script
1 parent 3a1819a commit f7cae1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webapp/routers/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ def validation_helper(
10931093
now = time.monotonic()
10941094
base_cache = STATE._base_cache
10951095
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
1096+
base_schema_id, base_schema = base_cache["val"] # pylint: disable=unpacking-non-sequence # fmt: skip
10971097
else:
10981098
row = sess.execute(
10991099
select(SchemaRegistryTable.schema_id, SchemaRegistryTable.json_doc)

0 commit comments

Comments
 (0)