mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-18 21:25:27 +00:00
remove commented out code
This commit is contained in:
parent
48fc85c761
commit
05bde27944
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ from .base_model import BookWyrmModel
|
||||||
from . import fields
|
from . import fields
|
||||||
from .relationship import UserBlocks
|
from .relationship import UserBlocks
|
||||||
|
|
||||||
# from .user import User
|
|
||||||
|
|
||||||
|
|
||||||
class Group(BookWyrmModel):
|
class Group(BookWyrmModel):
|
||||||
"""A group of users"""
|
"""A group of users"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue