Skip to content

Commit

Permalink
fixes pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
advornic committed Aug 11, 2015
1 parent b98e54d commit a9f7d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ztpserver/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def serialize(self, data):
''' Serialize a dict object and return text '''
return str(data)

#------------------------------------------------------------------------------
#----------------------------------------------------------------------------
# Source: Michael Elsdorfer (https://gist.github.com/miracle2k))
# https://gist.githubusercontent.com/miracle2k/
# 3184458/raw/ae89e23502f95c4555f0643dafae8a748e3fb382/
Expand Down Expand Up @@ -119,7 +119,7 @@ def represent_odict(dump_odict, tag, mapping, flow_style=None):
value: represent_odict(dumper,
u'tag:yaml.org,2002:map',
value))
#--------------------------------------------------------------------------------
#------------------------------------------------------------------------------

class YAMLSerializer(BaseSerializer):

Expand Down

0 comments on commit a9f7d1a

Please sign in to comment.