Skip to content

Commit cc4c398

Browse files
burivuhvicpopov
authored andcommitted
version up, remove type from dumpdict
1 parent f59912a commit cc4c398

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

snippets/pyaloha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__="0.0.3"
1+
__version__="0.1.0"

snippets/pyaloha/event.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def __basic_dumpdict__(self):
3838
def __dumpdict__(self):
3939
return {
4040
'key': self.key,
41-
'type': self.__class__.__name__,
4241
'user_info': self.user_info,
4342
'event_time': self.event_time
4443
}

0 commit comments

Comments
 (0)