"...slim/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "006d84bf07229a67c5ce3aba1261e4c9458f454b"
Unverified Commit 8f0d26c5 authored by Sai-Suraj-27's avatar Sai-Suraj-27 Committed by GitHub
Browse files

fix: Removed `duplicate entries` in a dictionary (#32041)

Removed duplicate key in a dictionary.
parent c75969ee
...@@ -64,7 +64,6 @@ if is_vision_available(): ...@@ -64,7 +64,6 @@ if is_vision_available():
PILImageResampling.HAMMING: InterpolationMode.HAMMING, PILImageResampling.HAMMING: InterpolationMode.HAMMING,
PILImageResampling.BICUBIC: InterpolationMode.BICUBIC, PILImageResampling.BICUBIC: InterpolationMode.BICUBIC,
PILImageResampling.LANCZOS: InterpolationMode.LANCZOS, PILImageResampling.LANCZOS: InterpolationMode.LANCZOS,
PILImageResampling.NEAREST: InterpolationMode.NEAREST,
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment