Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion committed Jan 31, 2021
1 parent 63dcd6d commit 192ef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep517/wrappers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import threading
from contextlib import contextmanager
import os
from os.path import dirname, abspath, join as pjoin
from os.path import abspath, join as pjoin
import shutil
from subprocess import check_call, check_output, STDOUT
import sys
Expand Down

0 comments on commit 192ef78

Please sign in to comment.