Skip to content

Commit

Permalink
Remove unused imports in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Nov 16, 2023
1 parent 884de6d commit af11383
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
"""Install script for `starry`."""
from setuptools import setup, Extension, find_packages
from setuptools.command.build_ext import build_ext
import warnings
import setuptools
import subprocess
import sys
import os
import glob
Expand Down

0 comments on commit af11383

Please sign in to comment.