From 6975787717816fbb570469f2c766076f742d8bd3 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 7 Oct 2023 01:53:08 -0700 Subject: [PATCH] remove unused import --- masque/builder/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/builder/tools.py b/masque/builder/tools.py index ea9bd9d..0ce41ab 100644 --- a/masque/builder/tools.py +++ b/masque/builder/tools.py @@ -4,7 +4,7 @@ Tools are objects which dynamically generate simple single-use devices (e.g. wir # TODO document all tools """ from typing import Sequence, Literal, Callable, Any -from abc import ABCMeta, abstractmethod # TODO any way to make Tool ok with implementing only one method? +from abc import ABCMeta, # abstractmethod # TODO any way to make Tool ok with implementing only one method? from dataclasses import dataclass import numpy