Skip to content

Commit 9f71faa

Browse files
committed
fixes linting
1 parent b2f63b8 commit 9f71faa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/onegov/user/upgrade.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,3 @@ def add_last_login_column(context: UpgradeContext) -> None:
311311
context.operations.add_column(
312312
'users', Column('last_login', UTCDateTime, nullable=True)
313313
)
314-

0 commit comments

Comments
 (0)