Skip to content

Commit 3fe7c82

Browse files
fix (slackbot.py): missing import
1 parent fbea999 commit 3fe7c82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/core/slackbot.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22

3+
import pandas as pd
34
import time
45
from app.core.meetup_query import get_all_events
56
from app.utils.schedule import should_post_to_slack

0 commit comments

Comments
 (0)