Skip to content

Commit

Permalink
Make ProcSerializer inherit from object (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanli1984 authored and ryanhiebert committed Nov 15, 2018
1 parent 03ee76f commit 4b09696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hirefire/procs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def load_procs(*procs):
return loaded_procs


class ProcSerializer:
class ProcSerializer(object):
"""
Callable that transforms procs to dictionaries.
Expand Down

0 comments on commit 4b09696

Please sign in to comment.