From 07b25cee56072567f57ac29a6b3f05fdfd159d0d Mon Sep 17 00:00:00 2001 From: nchristensen <11543181+nchristensen@users.noreply.github.com> Date: Fri, 18 Dec 2020 04:34:18 +0000 Subject: [PATCH] Update pytools/tag.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Klöckner --- pytools/tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytools/tag.py b/pytools/tag.py index 06de25f..f355c18 100644 --- a/pytools/tag.py +++ b/pytools/tag.py @@ -132,7 +132,7 @@ TagOrIterableType = Union[Iterable[Tag], Tag, None] T_co = TypeVar("T_co", bound="Taggable") -class Taggable(): +class Taggable: """ Parent class for objects with a `tags` attribute. -- GitLab