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