From 4be5e8101233d37a9b09cd9908e5553aae84fdfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Nguyen?= Date: Sun, 9 Jul 2023 21:16:24 +0200 Subject: [PATCH] lib.data: remove unused import. --- amaranth/lib/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amaranth/lib/data.py b/amaranth/lib/data.py index ec41029..24bbde4 100644 --- a/amaranth/lib/data.py +++ b/amaranth/lib/data.py @@ -1,4 +1,4 @@ -from abc import ABCMeta, abstractmethod, abstractproperty +from abc import ABCMeta, abstractmethod from collections.abc import Mapping, Sequence import warnings