standard-tests: private members and tools unit troubleshoot (#28590)

This commit is contained in:
Erick Friis
2024-12-06 13:52:58 -08:00
committed by GitHub
parent 1cedf401a7
commit 246c10a1cc
4 changed files with 70 additions and 11 deletions

View File

@@ -1,4 +1,8 @@
"""Utilities for working with pydantic models."""
"""
Utilities for working with pydantic models.
:private:
"""
def get_pydantic_major_version() -> int: