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

Commit

Permalink
pkgs/sagemath-objects/setup.py: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 1, 2022
1 parent dd2c525 commit 2cc9002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/sagemath-objects/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
python_modules = []
cython_modules = []
else:
from sage_setup.find import find_python_sources, is_package_or_namespace_package_dir
from sage_setup.find import find_python_sources
python_packages, python_modules, cython_modules = find_python_sources(
'.', ['sage']) # for now, we do the filtering using MANIFEST

Expand Down

0 comments on commit 2cc9002

Please sign in to comment.