Merge pull request #2336 from davep/tidy-widget

Remove unused import from widget.py
This commit is contained in:
Dave Pearson
2023-04-20 09:32:01 +01:00
committed by GitHub

View File

@@ -16,7 +16,6 @@ from typing import (
ClassVar, ClassVar,
Collection, Collection,
Generator, Generator,
Generic,
Iterable, Iterable,
NamedTuple, NamedTuple,
Sequence, Sequence,