From 0bfa509b3c330e46bf07d12f3cc629d1c66eaaa5 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 11 Aug 2016 11:37:11 -0500 Subject: [PATCH] Remove extra line per PEP8 --- openmc/statepoint.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/statepoint.py b/openmc/statepoint.py index 58a79fa21..b20ea2590 100644 --- a/openmc/statepoint.py +++ b/openmc/statepoint.py @@ -521,7 +521,6 @@ class StatePoint(object): if self.summary is not None: self.summary.add_volume_information(volume_calc) - def get_tally(self, scores=[], filters=[], nuclides=[], name=None, id=None, estimator=None, exact_filters=False, exact_nuclides=False, exact_scores=False):