piker/piker/storage
Gud Boi f210a478c6 Move `reg_err_types` imports to module-level
Hoist inline `from tractor._exceptions import reg_err_types` calls up to
the module-level import block across 5 files so they follow normal
import ordering.

Other,
- `kraken/broker.py`: same; also add `ConfigurationError` import and
  raise on missing `src_fiat` config field instead of `KeyError`.
- `storage/__init__.py`: same; also switch from relative to absolute
  `piker.*` imports and reorder the import block.
- comment out stray `await tractor.pause()` in binance `feed.py`.

(this commit msg was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-03-30 13:25:41 -04:00
..
marketstore Flip `tractor.breakpoint()`s to new `.pause()` 2023-07-26 12:48:19 -04:00
__init__.py Move `reg_err_types` imports to module-level 2026-03-30 13:25:41 -04:00
cli.py Update `tractor` private-API refs across codebase 2026-03-24 20:21:29 -04:00
nativedb.py Use `tractor.ipc._shm` types directly across codebase 2026-03-17 18:00:29 -04:00