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

epoch_index_backup
Tyler Goodlet 2022-11-24 15:47:11 -05:00
parent 4f4b5e0280
commit 498ed8757c
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,