Fix import
This commit is contained in:
parent
6b458654a7
commit
041168ad02
@ -1,5 +1,7 @@
|
|||||||
import random
|
import random
|
||||||
|
|
||||||
|
from ..models import User
|
||||||
|
|
||||||
|
|
||||||
class InvestorPredictor:
|
class InvestorPredictor:
|
||||||
def is_investor(user: User) -> bool:
|
def is_investor(user: User) -> bool:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user