You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time = row[TIME_COLUMN] shadows the module-level import time used by refresh_dataset's time.sleep. Harmless only because they're in different functions. Rename to value_time.
time = row[TIME_COLUMN]shadows the module-levelimport timeused byrefresh_dataset'stime.sleep. Harmless only because they're in different functions. Rename tovalue_time.Site:
tasks/refresh.py:109(from #1780)