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 e0ab1b3 commit 251289cCopy full SHA for 251289c
pubsub/pubsub.py
@@ -22,7 +22,7 @@
22
HashTag = str
23
24
class Post(NamedTuple):
25
- timestamp: float
+ timestamp: Timestamp
26
user: User
27
text: str
28
0 commit comments