Skip to content

Commit e71c24a

Browse files
FirePing32cclauss
andauthored
Update web_programming/get_user_tweets.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent 1863372 commit e71c24a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_programming/get_user_tweets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def get_all_tweets(screen_name: str) -> None:
5454
writer.writerow(["id", "created_at", "text"])
5555
writer.writerows(outtweets)
5656

57-
pass
5857

5958

6059
if __name__ == "__main__":

0 commit comments

Comments
 (0)