From da24de9b6b9c8307364ae0cd1068c481dcccb94f Mon Sep 17 00:00:00 2001 From: Pavel Iakubovskii Date: Wed, 15 Jan 2025 12:57:17 +0000 Subject: [PATCH] Style --- segmentation_models_pytorch/encoders/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segmentation_models_pytorch/encoders/__init__.py b/segmentation_models_pytorch/encoders/__init__.py index c087b17d..3d71f49a 100644 --- a/segmentation_models_pytorch/encoders/__init__.py +++ b/segmentation_models_pytorch/encoders/__init__.py @@ -67,7 +67,7 @@ def get_encoder(name, in_channels=3, depth=5, weights=None, output_stride=32, ** warnings.warn( "`timm-` encoders are deprecated and will be removed in the future. " "Please use `tu-` equivalent encoders instead (see 'Timm encoders' section in the documentation).", - DeprecationWarning + DeprecationWarning, ) # convert timm- models to tu- models