mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Applied Black, refs #782
This commit is contained in:
parent
5bbe2bcc50
commit
3c352b7132
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue