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

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase authored and orlitzky committed Feb 7, 2022
1 parent 8128f66 commit 48eab64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sage/plot/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#
# http://www.gnu.org/licenses/
#*****************************************************************************
from sage.ext.fast_eval import fast_float

from sage.structure.element import is_Vector, Expression

def setup_for_eval_on_grid(funcs,
ranges,
Expand Down

0 comments on commit 48eab64

Please sign in to comment.