From 983110a37e5373724f9bf1a450f69d12daa865e5 Mon Sep 17 00:00:00 2001 From: micah johnson Date: Tue, 3 Oct 2023 07:12:25 -0600 Subject: [PATCH] Added in missing import --- study_lyte/plotting.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/study_lyte/plotting.py b/study_lyte/plotting.py index 6f6011c..7633b7a 100644 --- a/study_lyte/plotting.py +++ b/study_lyte/plotting.py @@ -1,5 +1,6 @@ import matplotlib.pyplot as plt -from study_lyte.styles import EventStyle +from .styles import EventStyle + def plot_events(ax, profile_events, plot_type='normal', event_alpha=0.6): """ Plots the hline or vline for each event on a plot