Skip to content

Commit 2958200

Browse files
committed
Clean up redundant namespace in setup.py
1 parent e60c086 commit 2958200

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

2626
import importlib.machinery
27-
import os
2827
import sys
2928
from setuptools.modified import newer
3029
from os import makedirs
@@ -34,7 +33,7 @@
3433
import skbuild.setuptools_wrap
3534
import skbuild.utils
3635

37-
sys.path.insert(0, os.path.dirname(__file__)) # Ensures local imports work
36+
sys.path.insert(0, dirname(__file__)) # Ensures local imports work
3837
from _vendored.conv_template import process_file as process_c_file
3938

4039

0 commit comments

Comments
 (0)