You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifself.inspector.is_deprecated_class("AngularAxis"): # Check if any deprecated classes exist
313
-
content+="## Notes\n\n"
314
-
content+="⚠️ **Deprecated Classes**: Some classes marked as deprecated are legacy classes that have been replaced with more specific implementations in submodules. Please refer to the specific implementation in the appropriate submodule for current usage.\n"
320
+
# Check if any deprecated classes exist by testing a known deprecated class
content+="⚠️ **Deprecated Classes**: Some classes marked as deprecated are legacy classes that have been replaced with more specific implementations in submodules. Please refer to the specific implementation in the appropriate submodule for current usage.\n"
326
+
exceptException:
327
+
pass# Skip notes section if we can't check deprecation
0 commit comments