From 868b7b1d2fe492850eee826fc55289e07047d237 Mon Sep 17 00:00:00 2001 From: stanislas Date: Sun, 18 Feb 2024 23:07:44 +0100 Subject: [PATCH] Fixed import including the module name --- resa_padel/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resa_padel/config.py b/resa_padel/config.py index 6a93b02..bfd17d7 100644 --- a/resa_padel/config.py +++ b/resa_padel/config.py @@ -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()