mirror of
https://github.com/simple-login/app.git
synced 2025-10-01 02:48:44 +08:00
remove unused var
This commit is contained in:
parent
1348b58672
commit
7094a0b694
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def test_notify_manual_sub_end(flask_client):
|
|||
activated=True,
|
||||
)
|
||||
|
||||
cb = CoinbaseSubscription.create(
|
||||
CoinbaseSubscription.create(
|
||||
user_id=user.id, end_at=arrow.now().shift(days=13, hours=2), commit=True
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue