Fix the unused import.

This commit is contained in:
Kale Kundert 2018-07-31 11:33:46 -07:00
parent 032db159c9
commit d02491931a
No known key found for this signature in database
GPG Key ID: C6238221D17CAFAE
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ class ApproxNumpy(ApproxBase):
"""
def __repr__(self):
import numpy as np
def recursive_map(f, x):
if isinstance(x, list):
return list(recursive_map(f, xi) for xi in x)