Type annot tweaks to feeds mod

loglevel_to_testpikerd
Tyler Goodlet 2023-02-20 20:52:58 -05:00
parent bfc0220a47
commit e01220af14
1 changed files with 2 additions and 2 deletions

View File

@ -1498,10 +1498,10 @@ async def open_feed(
fqsns: list[str],
loglevel: Optional[str] = None,
loglevel: str | None = None,
backpressure: bool = True,
start_stream: bool = True,
tick_throttle: Optional[float] = None, # Hz
tick_throttle: float | None = None, # Hz
) -> Feed:
'''