Fix typo in metaclasses (#39947)
This commit is contained in:
parent
fa9acb6a98
commit
60a5f70b80
@ -175,7 +175,7 @@ def windows_establish_runtime_linkage(self):
|
|||||||
detectable_packages = collections.defaultdict(list)
|
detectable_packages = collections.defaultdict(list)
|
||||||
|
|
||||||
|
|
||||||
class DetectablePackageMeta:
|
class DetectablePackageMeta(type):
|
||||||
"""Check if a package is detectable and add default implementations
|
"""Check if a package is detectable and add default implementations
|
||||||
for the detection function.
|
for the detection function.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user