mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
Applied Black
This commit is contained in:
parent
573de14ab6
commit
b5e902fcb0
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue