We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59912a commit cc4c398Copy full SHA for cc4c398
snippets/pyaloha/__init__.py
@@ -1 +1 @@
1
-__version__="0.0.3"
+__version__="0.1.0"
snippets/pyaloha/event.py
@@ -38,7 +38,6 @@ def __basic_dumpdict__(self):
38
def __dumpdict__(self):
39
return {
40
'key': self.key,
41
- 'type': self.__class__.__name__,
42
'user_info': self.user_info,
43
'event_time': self.event_time
44
}
0 commit comments