Skip to content

Commit

Permalink
cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Oct 20, 2023
1 parent eca8f91 commit 5441234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#!/usr/bin/python3
import os
import re
import shutil
import sys
import platform
import subprocess

from setuptools import setup, errors, Extension
from setuptools import setup, Extension
from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion

Expand Down

0 comments on commit 5441234

Please sign in to comment.