Applied Black, refs #782

This commit is contained in:
Simon Willison 2022-12-31 13:17:54 -08:00
commit 3c352b7132

View file

@ -547,9 +547,9 @@ class TableView(DataView):
):
# We can use a previously cached table row count
try:
count = self.ds.inspect_data[database_name][
"tables"
][table_name]["count"]
count = self.ds.inspect_data[database_name]["tables"][table_name][
"count"
]
except KeyError:
pass