lunarflu HF staff commited on
Commit
c284eb8
·
verified ·
1 Parent(s): 913ae71
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ from datetime import datetime, timedelta
30
  from urllib.parse import urlparse, parse_qs
31
  from apscheduler.executors.pool import ThreadPoolExecutor
32
  from apscheduler.executors.asyncio import AsyncIOExecutor
 
33
  from gspread_formatting.dataframe import format_with_dataframe
34
  from apscheduler.schedulers.background import BackgroundScheduler
35
  from gspread_dataframe import get_as_dataframe, set_with_dataframe
 
30
  from urllib.parse import urlparse, parse_qs
31
  from apscheduler.executors.pool import ThreadPoolExecutor
32
  from apscheduler.executors.asyncio import AsyncIOExecutor
33
+ from apscheduler.schedulers.asyncio import AsyncIOScheduler
34
  from gspread_formatting.dataframe import format_with_dataframe
35
  from apscheduler.schedulers.background import BackgroundScheduler
36
  from gspread_dataframe import get_as_dataframe, set_with_dataframe