Skip to content

Commit

Permalink
Update twitter.py
Browse files Browse the repository at this point in the history
Only import datetime from the datetime library
  • Loading branch information
rcharlesrossii authored Dec 3, 2024
1 parent f4088c6 commit 6a3ef63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import datetime
from datetime import datetime
import os
import tweepy

Expand Down

0 comments on commit 6a3ef63

Please sign in to comment.