Skip to content

Commit

Permalink
comment out unnecessary import
Browse files Browse the repository at this point in the history
I: anon-connection-wizard source: uses-python-distutils [usr/lib/python3/dist-packages/anon_connection_wizard/anon_connection_wizard.py:19]
N:
N:   This package uses the Python distutils module.
N:
N:   In Python 3.10 and 3.11, distutils has been formally marked as deprecated.
N:   Code that imports distutils will no longer work from Python 3.12.
N:
N:   Please prepare for this deprecation and migrate away from the Python
N:   distutils module.
N:
N:   See-Also: https://peps.python.org/pep-0632
  • Loading branch information
adrelanos committed Jun 21, 2023
1 parent 42788b9 commit 933715f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@
import time
import re
import shutil
import distutils.spawn
#import distutils.spawn
import tempfile
from pathlib import Path

Expand Down

0 comments on commit 933715f

Please sign in to comment.