From 1ec9b0565f41878952d69907370a6e6bd468e362 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 29 May 2023 14:05:20 -0400 Subject: [PATCH] Move `.data.cli` to `.storage.cli` --- piker/{data => storage}/cli.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename piker/{data => storage}/cli.py (100%) diff --git a/piker/data/cli.py b/piker/storage/cli.py similarity index 100% rename from piker/data/cli.py rename to piker/storage/cli.py