Skip to content

Commit bff4e39

Browse files
committed
Fix typing in Python 3.8
1 parent 90ad98d commit bff4e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/outwiker/gui/tagscloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def _refreshLabel(self, label: TagLabel2):
594594
gc = wx.GraphicsContext.Create(buffered_dc)
595595
label.draw(buffered_dc, gc)
596596

597-
def _repaintLabels(self, label_names: Iterable[str], dc: wx.DC, gc: wx.GraphicsContext):
597+
def _repaintLabels(self, label_names: Iterable, dc: wx.DC, gc: wx.GraphicsContext):
598598
y_min, y_max = self.getScrolledY()
599599

600600
for label_name in label_names:

0 commit comments

Comments
 (0)