Skip to content

Commit

Permalink
MAINT: Remove some unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Apr 11, 2020
1 parent 5b25664 commit 3e3349e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion scipy/signal/signaltools.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import operator
import math
import sys
import timeit
from scipy.spatial import cKDTree
from . import sigtools, dlti
Expand Down
3 changes: 1 addition & 2 deletions scipy/special/tests/test_log_softmax.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np
from numpy.testing import (assert_almost_equal, assert_equal, assert_allclose,
assert_array_almost_equal, assert_)
from numpy.testing import assert_allclose

import pytest

Expand Down

0 comments on commit 3e3349e

Please sign in to comment.