Commit 1086d07d authored by Johan Gudmundsson's avatar Johan Gudmundsson
Browse files

lint fix

parent 756eb251
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ def borch_proxy_class(
        return BORCHIFY_REGISTRY[cls]
    if issubclass(cls, nn.Sequential):
        warnings.warn(
            f"Skipping Borchifying `{cls.__name__}` as it is a subclass of `Sequential`",
            f"Skipping Borchifying: {cls.__name__} as it is a subclass of `Sequential`",
            UserWarning,
        )
        return cls