diff --git a/python/lsst/ts/rubintv/background/currentpoller.py b/python/lsst/ts/rubintv/background/currentpoller.py index acb3526..d59df99 100644 --- a/python/lsst/ts/rubintv/background/currentpoller.py +++ b/python/lsst/ts/rubintv/background/currentpoller.py @@ -1,6 +1,6 @@ +from asyncio import sleep from time import time from typing import AsyncGenerator -from asyncio import sleep from lsst.ts.rubintv.background.background_helpers import get_next_previous_from_table from lsst.ts.rubintv.config import rubintv_logger