Skip to content

Commit da24de9

Browse files
committed
Style
1 parent 7bb9d37 commit da24de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

segmentation_models_pytorch/encoders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_encoder(name, in_channels=3, depth=5, weights=None, output_stride=32, **
6767
warnings.warn(
6868
"`timm-` encoders are deprecated and will be removed in the future. "
6969
"Please use `tu-` equivalent encoders instead (see 'Timm encoders' section in the documentation).",
70-
DeprecationWarning
70+
DeprecationWarning,
7171
)
7272

7373
# convert timm- models to tu- models

0 commit comments

Comments
 (0)