Skip to content

Commit c493730

Browse files
committed
Clean up
1 parent 7108e18 commit c493730

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_context_view.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ class Profile(models.DomainModel):
2828
photos = fields.Collection(Photo)
2929

3030

31-
class OtherDomain(models.DomainModel):
32-
"""Other DomainModel for testing of validation."""
33-
id = fields.Int()
34-
35-
3631
class PublicProfile(views.ContextView):
3732
"""Profile data in public context."""
3833
__model__ = Profile

0 commit comments

Comments
 (0)