Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Commits
952c9f5e
Verified
Commit
952c9f5e
authored
4 years ago
by
Robert Rosca
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused imports
parent
c1cbb2f7
No related branches found
No related tags found
1 merge request
!437
Fix/requirements into setuppy
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+1
-4
1 addition, 4 deletions
setup.py
with
1 addition
and
4 deletions
setup.py
+
1
−
4
View file @
952c9f5e
import
importlib
import
sys
from
distutils.command.build
import
build
from
distutils.command.build
import
build
from
distutils.extension
import
Extension
from
distutils.extension
import
Extension
from
subprocess
import
check_call
,
check_output
from
subprocess
import
check_output
import
numpy
import
numpy
from
Cython.Distutils
import
build_ext
from
Cython.Distutils
import
build_ext
from
setuptools
import
setup
from
setuptools
import
setup
from
setuptools.command.install
import
install
extensions
=
[
extensions
=
[
Extension
(
Extension
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment