Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 5, 2017
1 parent da98e3d commit 52c24ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bigbuild/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,12 @@ class ArchivedPageFrontmatterDeserializer(BaseBigBuildFrontmatterDeserializer):
def __init__(self):
self.model = apps.get_app_config('bigbuild').get_model('ArchivedPage')


#
# Lookups
#


deserializers = {
'Page': PageFrontmatterDeserializer,
'ArchivedPage': ArchivedPageFrontmatterDeserializer
Expand Down

0 comments on commit 52c24ff

Please sign in to comment.