Skip to content

Commit 0345197

Browse files
committed
import Generator from typing instead from collections.abc for ubuntu 20 compatibility
1 parent 64d35a3 commit 0345197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/odemis/gui/layout/util/sizers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"""
2222

2323
import wx
24-
from collections.abc import Generator
2524
from contextlib import contextmanager
25+
from typing import Generator
2626

2727

2828
@contextmanager

0 commit comments

Comments
 (0)