Bug fix in subscriptions missing re import after the prior isolation transition to the new module
This commit is contained in:
parent
5ab57ab287
commit
a78747e8e5
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ from core.models.SubscriptionPlan import SubscriptionPlan
|
|||
from core.errors.logger import logger
|
||||
|
||||
from typing import Union, Optional
|
||||
|
||||
import re
|
||||
|
||||
def activate_subscription(
|
||||
profile: Union[SessionProfile, SystemProfile],
|
||||
|
|
|
|||
Loading…
Reference in a new issue