From 6b8f087b50fc22bb7fef15bbb6ff464b47a72fc1 Mon Sep 17 00:00:00 2001 From: rachtibat <48683081+rachtibat@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:55:17 +0200 Subject: [PATCH] add empty line for flake8 style checks --- src/zennit/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zennit/types.py b/src/zennit/types.py index 33cdd30..bb5bed9 100644 --- a/src/zennit/types.py +++ b/src/zennit/types.py @@ -19,6 +19,7 @@ import torch import torchvision + class SubclassMeta(type): '''Meta class to bundle multiple subclasses.''' def __instancecheck__(cls, inst):