mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-17 05:54:23 +02:00
run formatting
This commit is contained in:
parent
99992deb31
commit
b33c45f073
1 changed files with 3 additions and 1 deletions
|
|
@ -69,7 +69,9 @@ class ForeignKey(ForeignKeyBase):
|
|||
other_column = tuple(other_column)
|
||||
else:
|
||||
other_column = (other_column,)
|
||||
self = super(ForeignKey, cls).__new__(cls, table, column, other_table, other_column)
|
||||
self = super(ForeignKey, cls).__new__(
|
||||
cls, table, column, other_table, other_column
|
||||
)
|
||||
return self
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue