Rename "buffer" to "sampling"

cached_feeds
Tyler Goodlet 2021-04-06 14:08:50 -04:00
parent 1523637979
commit 71d02db126
3 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ _data_mods = [
'piker.brokers.core',
'piker.brokers.data',
'piker.data',
'piker.data._buffer'
'piker.data._sampling'
]

View File

@ -52,7 +52,7 @@ from ._sharedmem import (
get_shm_token,
)
from ._source import base_iohlc_dtype, Symbol
from ._buffer import (
from ._sampling import (
_shms,
_incrementers,
increment_ohlc_buffer,