From 6a92fe73a176164197706965c82ea98b08bbc2bd Mon Sep 17 00:00:00 2001 From: stilbruch Date: Wed, 4 May 2022 18:13:20 -0500 Subject: Fix tests --- app/routes/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/routes') diff --git a/app/routes/__init__.py b/app/routes/__init__.py index 74d72db..e75fa83 100644 --- a/app/routes/__init__.py +++ b/app/routes/__init__.py @@ -1,5 +1,5 @@ -from routes.api import * -from routes.basic import * -from routes.progress import * -from routes.user import * -from routes.workout import * +from .api import * +from .basic import * +from .progress import * +from .user import * +from .workout import * -- cgit v1.2.3