Fix flake8 E501 issue

This commit is contained in:
luz paz 2021-09-20 14:42:42 -04:00 committed by Rebecca
parent 9a518703da
commit c893072ec6

View file

@ -244,7 +244,7 @@ class SelectableMixin(BaseItemMixin):
path.addRect(utils.get_rect_from_points(p1, p2))
# Substract the scale area:
# We need to make the substracted shape slightly bigger due to this bug:
# We need to make the substracted shape slightly bigger due to:
# https://bugreports.qt.io/browse/QTBUG-57567
return path - self.get_scale_bounds(corner, margin=0.001)