From 7746abbbb7700fa918450101bbc6d29ed9b4b608 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 9 Nov 2022 22:29:33 -0700 Subject: Most of the way through the stator refactor --- users/models/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/models/__init__.py') diff --git a/users/models/__init__.py b/users/models/__init__.py index e1877bc..d46003f 100644 --- a/users/models/__init__.py +++ b/users/models/__init__.py @@ -1,6 +1,6 @@ from .block import Block # noqa from .domain import Domain # noqa -from .follow import Follow # noqa -from .identity import Identity # noqa +from .follow import Follow, FollowStates # noqa +from .identity import Identity, IdentityStates # noqa from .user import User # noqa from .user_event import UserEvent # noqa -- cgit v1.2.3