Fixed import including the module name
This commit is contained in:
parent
78147c5c82
commit
868b7b1d2f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import pendulum
|
||||||
import yaml
|
import yaml
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
from resa_padel.models import BookingFilter, Club, User
|
from models import BookingFilter, Club, User
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue