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.
import sys
1 parent 45d1530 commit 605aef8Copy full SHA for 605aef8
1 file changed
docs/errors.rst
@@ -13,6 +13,8 @@ Recommended Usage
13
14
.. code-block:: python
15
16
+ import sys
17
+
18
if sys.version_info < (3, 11):
19
from packaging.errors import ExceptionGroup
20
0 commit comments