piker/piker/brokers/binance
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
..
__init__.py Add paper-engine cost simulation support 2023-08-07 09:55:45 -04:00
api.py Factor `Pair` schema-mismatch handling to `_util` 2026-03-24 20:21:29 -04:00
broker.py Use `__name__` for loggers across most sub-mods 2026-02-23 12:22:48 -05:00
feed.py Move `reg_err_types` imports to module-level 2026-03-30 13:25:41 -04:00
venues.py Factor `Pair` schema-mismatch handling to `_util` 2026-03-24 20:21:29 -04:00