Protect access to Span implementation (#1188)

This commit is contained in:
Amos Law
2020-10-06 17:44:41 -04:00
committed by GitHub
parent 677b849cec
commit 82581272cf

View File

@ -441,7 +441,8 @@ exclude-protected=_asdict,
_fields,
_replace,
_source,
_make
_make,
_Span
# List of valid names for the first argument in a class method.
valid-classmethod-first-arg=cls