Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 0ba4cdd

Browse files
committed
and still lint finds something...
1 parent 25b7068 commit 0ba4cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitter/direct_message.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def CreatedAtInSeconds(self):
132132
Returns:
133133
The time this direct message was posted, in seconds since the epoch.
134134
"""
135-
return timegm(rfc822.parsedate(self.created_at))
135+
return timegm(parsedate(self.created_at))
136136

137137
@property
138138
def SenderScreenName(self):

0 commit comments

Comments
 (0)