diff --git a/piker/ui/_anchors.py b/piker/ui/_anchors.py index f651474a..19a2013b 100644 --- a/piker/ui/_anchors.py +++ b/piker/ui/_anchors.py @@ -21,7 +21,7 @@ Anchor funtions for UI placement of annotions. from typing import Callable from PyQt5.QtCore import QPointF -from PyQt5.QtGui import QGraphicsPathItem +from PyQt5.QtWidgets import QGraphicsPathItem from ._label import Label