Merge pull request 'Fixed import including the module name' (#7) from fix/bad-import into main
Reviewed-on: https://jouf.fr/gitea/stanislas/resa-padel/pulls/7
This commit is contained in:
commit
5434a74d0f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import pendulum
|
|||
import yaml
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from resa_padel.models import BookingFilter, Club, User
|
||||
from models import BookingFilter, Club, User
|
||||
|
||||
load_dotenv()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue