Fix import from wrong namespace, again.

fsp_feeds
Tyler Goodlet 2021-08-30 07:53:55 -04:00
parent 55ae007233
commit e78a03d988
1 changed files with 1 additions and 1 deletions

View File

@ -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