Skip to content

Commit

Permalink
Remove unused RoomImage and LocationImage factory model
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-s authored and bfirsh committed Nov 17, 2018
1 parent 57de0e3 commit 0f3d612
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/factory_apps/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,5 @@ class Meta:
accept_drft = factory.Faker('pybool')


class LocationImageFactory(factory.DjangoModelFactory):
pass


class RoomImageFactory(factory.DjangoModelFactory):
pass


class BackingFactory(factory.DjangoModelFactory):
pass

0 comments on commit 0f3d612

Please sign in to comment.