Skip to content

Commit

Permalink
[Python] Remove unused Python imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jan 18, 2022
1 parent 3267e92 commit 6e6606f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion bindings/python/setup_pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from distutils import sysconfig
from os import getenv, walk, path, path, getcwd, chdir
from platform import system
import subprocess

# Remove the "-Wstrict-prototypes" compiler option, which isn't valid for C++.
cfg_vars = sysconfig.get_config_vars()
Expand Down
3 changes: 1 addition & 2 deletions packaging/wheel/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, Extension
from setuptools import setup
from setuptools.command.install import install
from setuptools.command.sdist import sdist
from wheel.bdist_wheel import bdist_wheel
Expand All @@ -12,7 +12,6 @@

import subprocess
import sys
import getpass

def get_version():
version = subprocess.check_output(['./genversion.sh', '--print-only'])
Expand Down

0 comments on commit 6e6606f

Please sign in to comment.