Skip to content

Commit

Permalink
version up, remove type from dumpdict
Browse files Browse the repository at this point in the history
  • Loading branch information
burivuh authored and vicpopov committed Sep 11, 2019
1 parent f59912a commit cc4c398
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/pyaloha/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="0.0.3"
__version__="0.1.0"
1 change: 0 additions & 1 deletion snippets/pyaloha/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def __basic_dumpdict__(self):
def __dumpdict__(self):
return {
'key': self.key,
'type': self.__class__.__name__,
'user_info': self.user_info,
'event_time': self.event_time
}
Expand Down

0 comments on commit cc4c398

Please sign in to comment.