mirror of https://gitlab.com/litecord/litecord.git
user.billing_job: remove unused import
This commit is contained in:
parent
d62e140d8d
commit
a784d100e7
|
|
@ -7,7 +7,7 @@ from logbook import Logger
|
||||||
|
|
||||||
from litecord.blueprints.user.billing import (
|
from litecord.blueprints.user.billing import (
|
||||||
get_subscription, get_payment_ids, get_payment, create_payment,
|
get_subscription, get_payment_ids, get_payment, create_payment,
|
||||||
SubscriptionStatus, process_subscription
|
process_subscription
|
||||||
)
|
)
|
||||||
|
|
||||||
from litecord.snowflake import snowflake_datetime
|
from litecord.snowflake import snowflake_datetime
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue