We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde5d75 commit b81e488Copy full SHA for b81e488
abi3audit/_object.py
@@ -32,7 +32,7 @@ def __init__(self, extractor: extract.SharedObjectExtractor):
32
self._extractor = extractor
33
self.path = self._extractor.path
34
35
- def abi3_version(self, assume_lowest: PyVersion) -> PyVersion | None:
+ def abi3_version(self, assume_lowest: PyVersion | None) -> PyVersion | None:
36
# If we're dealing with a shared object that was extracted from a wheel,
37
# we try and suss out the abi3 version from the wheel's own tags.
38
if self._extractor.parent is not None:
0 commit comments