Skip to content

Commit

Permalink
another pyshortcuts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Nov 22, 2024
1 parent 4396621 commit f866ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion larch/epics/xrfcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
import numpy as np
import matplotlib

from pyshortcuts import fix_filename
from wxmplot import PlotPanel
from wxutils import (SimpleText, EditableListBox, Font, FloatCtrl,
pack, Popup, Button, get_icon, Check, MenuItem,
Choice, FileOpen, FileSave, fix_filename, HLine,
Choice, FileOpen, FileSave, HLine,
GridPanel, CEN, LEFT, RIGHT)

import larch
Expand Down

0 comments on commit f866ec7

Please sign in to comment.