fix deprecation warning on view_components_3d (#1750)

This commit is contained in:
Alyssa Travitz
2025-12-11 12:11:31 -08:00
committed by GitHub
parent d5726e98f6
commit 3d654473bd

View File

@@ -137,7 +137,6 @@ def view_components_3d(
py3Dmol.view
view containing all component coordinates
"""
warnings.warn("Use gufe.LigandAtomMapping.view_3d() instead.", DeprecationWarning)
if view is None:
view = py3Dmol.view(width=600, height=600)