Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 63d94e5

Browse files
fix import
1 parent ee617b3 commit 63d94e5

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

PythonGUI_apps/H5_Pkl/h5_pkl_view.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import division, print_function, absolute_import
22
from ScopeFoundry import BaseApp
3-
from ScopeFoundry.helper_funcs import load_qt_ui_file, sibling_path,\
4-
load_qt_ui_from_pkg
3+
from ScopeFoundry.helper_funcs import load_qt_ui_file, sibling_path
54
from collections import OrderedDict
65
import os
76
from qtpy import QtCore, QtWidgets, QtGui

PythonGUI_apps/H5_Pkl/h5_view_and_plot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import division, print_function, absolute_import
22
from ScopeFoundry import BaseApp
3-
from ScopeFoundry.helper_funcs import load_qt_ui_file, sibling_path,\
4-
load_qt_ui_from_pkg
3+
from ScopeFoundry.helper_funcs import load_qt_ui_file, sibling_path
54
from collections import OrderedDict
65
import os
76
from qtpy import QtCore, QtWidgets, QtGui

0 commit comments

Comments
 (0)