From c054a2d80d0409a21a602dad55d6f7ad8e23cb63 Mon Sep 17 00:00:00 2001 From: MaruMaruOO Date: Tue, 17 Jul 2018 23:09:39 -0400 Subject: [PATCH] Trivial lint --- service/efsPort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/efsPort.py b/service/efsPort.py index 5bc5e5632..1b325c6d8 100755 --- a/service/efsPort.py +++ b/service/efsPort.py @@ -488,7 +488,7 @@ class EfsPort(): turrets = list(filter(lambda mod: mod.itemModifiedAttributes["damageMultiplier"], turrets)) launchers = list(filter(lambda mod: sumDamage(mod.chargeModifiedAttributes), launchers)) # Since the effect modules are fairly opaque a mock test fit is used to test the impact of traits. - # standin class used to prevent . notation causing issues internally + # standin class used to prevent . notation causing issues when used as an arg class standin(): pass tf = standin()