From 3ce7157b40d930154bbe4ff22b568a67cffb35ab Mon Sep 17 00:00:00 2001 From: Paul Nation Date: Sun, 5 Sep 2021 07:18:22 -0400 Subject: [PATCH] lint --- mthree/classes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mthree/classes.py b/mthree/classes.py index 32e0fc97..1cc332c1 100644 --- a/mthree/classes.py +++ b/mthree/classes.py @@ -142,7 +142,6 @@ def expval(self, exp_ops=''): else: raise M3Error('Invalid type passed to exp_ops') - def stddev(self): """Compute standard deviation estimate from distribution.