Applied Black

This commit is contained in:
Simon Willison 2022-07-28 08:13:47 -07:00
commit b5e902fcb0

View file

@ -1267,6 +1267,7 @@ class Table(Queryable):
:param conversions: Dictionary of column names and conversion functions
:param columns: Dictionary of column names to column types
"""
#: The ``rowid`` of the last inserted, updated or selected row.
last_rowid: Optional[int] = None
#: The primary key of the last inserted, updated or selected row.