Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 36cb51d

Browse files
vvkhgithub-actions[bot]
authored andcommitted
style fixes by ruff
1 parent c13e21b commit 36cb51d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def test_specified_precision(self):
146146
t = table(name)
147147
raw_schema = db.query_table_schema(t.path)
148148
schema = db._process_table_schema(t.path, raw_schema)
149-
self.assertEqual(schema["value"].precision, 2)
149+
self.assertEqual(schema["value"].precision, 2)
150150

151151
def test_specified_zero_precision(self):
152152
name = "tbl_" + random_table_suffix()

0 commit comments

Comments
 (0)