Rename `._flumes.py` -> `.flows.py`

samplerd_service
Tyler Goodlet 2022-11-24 15:47:11 -05:00
parent 2399c618b6
commit c85e7790de
2 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ from .._daemon import (
maybe_spawn_brokerd,
check_for_service,
)
from ._flumes import Flume
from .flows import Flume
from ._sharedmem import (
maybe_open_shm_array,
ShmArray,