Make `Symbol` derive from internal `.types.Struct`

agg_feedz
Tyler Goodlet 2022-11-09 22:10:01 -05:00
parent bb6452b969
commit 7daab6329d
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,6 @@ async def sample_and_broadcast(
lags: int = 0
for (stream, ctx, tick_throttle) in subs:
try:
with trio.move_on_after(0.2) as cs:
if tick_throttle:

View File

@ -23,7 +23,8 @@ import decimal
from bidict import bidict
import numpy as np
from msgspec import Struct
from .types import Struct
# from numba import from_dtype