redundant import removed, CHANGELOG updated

This commit is contained in:
Fabian Joswig 2021-10-18 10:33:31 +01:00
parent 4f7b5d23ae
commit 8d7a5daafa
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,6 @@ import autograd.numpy as anp # Thinly-wrapped numpy
from autograd import jacobian
import matplotlib.pyplot as plt
import numdifftools as nd
import scipy.special
class Obs: