mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
fix: unnecessary import removed.
This commit is contained in:
parent
7bb164120b
commit
f33db8280e
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ import matplotlib.pyplot as plt
|
|||
from scipy.stats import skew, skewtest, kurtosis, kurtosistest
|
||||
import numdifftools as nd
|
||||
from itertools import groupby
|
||||
from hypothesis import given, strategies as st
|
||||
from .covobs import Covobs
|
||||
|
||||
# Improve print output of numpy.ndarrays containing Obs objects.
|
||||
|
|
Loading…
Add table
Reference in a new issue