lib.data: remove unused import.

This commit is contained in:
Jean-François Nguyen 2023-07-09 21:16:24 +02:00 committed by Catherine
parent 7e438180e0
commit 4be5e81012

View file

@ -1,4 +1,4 @@
from abc import ABCMeta, abstractmethod, abstractproperty
from abc import ABCMeta, abstractmethod
from collections.abc import Mapping, Sequence
import warnings