From d25b43b93dbd8e87ca34f66d98db9c79ada844c0 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Fri, 3 Jun 2022 19:27:58 +0200 Subject: [PATCH] add schema to models --- the_app/models/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/the_app/models/__init__.py b/the_app/models/__init__.py index abb31f4..e69de29 100644 --- a/the_app/models/__init__.py +++ b/the_app/models/__init__.py @@ -1,3 +0,0 @@ -from the_app.models.nonsense import Nonsense # noqa -from the_app.models.shakespeare import Character # noqa -from the_app.models.stuff import Stuff # noqa