From e78a03d988cc48d56bf27a954d9e926832218195 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 30 Aug 2021 07:53:55 -0400 Subject: [PATCH] Fix import from wrong namespace, again. --- piker/ui/_anchors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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