Removes unused print statement

This commit is contained in:
procrastimax 2023-06-28 00:13:25 +02:00
parent d38a3002c6
commit 353b9f85cf
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ date_first_tweet = datetime.strptime(tweets_all_combined['created_at'].min(), da
date_last_tweet = datetime.strptime(tweets_all_combined['created_at'].max(), date_format_str)
day_diff = (date_last_tweet - date_first_tweet).days
print(date_last_tweet)
def hr_func(ts):
return ts.hour