remove commented out code

This commit is contained in:
Hugh Rundle 2021-10-08 18:46:30 +11:00
parent 48fc85c761
commit 05bde27944

View file

@ -7,9 +7,6 @@ from .base_model import BookWyrmModel
from . import fields
from .relationship import UserBlocks
# from .user import User
class Group(BookWyrmModel):
"""A group of users"""