From d9862a49624d1215f7c35a858b41a71c33d6039f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 7 Mar 2022 07:25:01 -0500 Subject: [PATCH] Convert `iter_ohlc_periods()` to a `@tractor.context` --- piker/data/_sampling.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/piker/data/_sampling.py b/piker/data/_sampling.py index cadc4726..9efa1978 100644 --- a/piker/data/_sampling.py +++ b/piker/data/_sampling.py @@ -15,12 +15,8 @@ # along with this program. If not, see . """ -<<<<<<< HEAD Sampling and broadcast machinery for (soft) real-time delivery of financial data flows. -======= -Data buffers for fast shared humpy. ->>>>>>> 78e5394 (Type annot updates) """ from __future__ import annotations