diff options
| author | stilbruch <stilbruch@protonail.com> | 2022-05-04 18:13:20 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonail.com> | 2022-05-04 18:13:20 -0500 |
| commit | 6a92fe73a176164197706965c82ea98b08bbc2bd (patch) | |
| tree | b2ad6ba3ae765b35f8c50c491356ef4daadb4902 /app/tables | |
| parent | cd14ca37470771042d05e2ece187acf568c41058 (diff) | |
| download | Strengthy-6a92fe73a176164197706965c82ea98b08bbc2bd.tar.xz Strengthy-6a92fe73a176164197706965c82ea98b08bbc2bd.zip | |
Fix tests
Diffstat (limited to 'app/tables')
| -rw-r--r-- | app/tables/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 * |
