Skip to content

Commit 4a9a7f1

Browse files
authored
hotfix: Fix bad import (#133)
1 parent ca96803 commit 4a9a7f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="science-synapse",
29-
version="2.2.8",
29+
version="2.2.9",
3030
description="Client library and CLI for the Synapse API",
3131
author="Science Team",
3232
author_email="team@science.xyz",

synapse/cli/offline_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import logging
1010
import signal
1111

12-
from offline_hdf5_plotter import plot_h5
12+
from synapse.cli.offline_hdf5_plotter import plot_h5
1313

1414
from rich.console import Console
1515

0 commit comments

Comments
 (0)