Skip to content

Commit

Permalink
Applied Black, refs #782
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Dec 31, 2022
1 parent 5bbe2bc commit 3c352b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datasette/views/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,9 @@ async def _gather_sequential(*args):
):
# 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

Expand Down

0 comments on commit 3c352b7

Please sign in to comment.