From 54fa9aa7ac255aa262cca9fd601b35f2605ea13e Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 29 Sep 2020 22:36:52 -0700 Subject: Jigger the switch to pass lint --- src/pyramid/config/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pyramid/config/actions.py b/src/pyramid/config/actions.py index 9559de9ae..e13358ce9 100644 --- a/src/pyramid/config/actions.py +++ b/src/pyramid/config/actions.py @@ -187,7 +187,8 @@ class ActionState: introspectables=(), **extra ): - """Add an action with the given discriminator, callable and arguments""" + """Add an action with the given discriminator, callable, and + arguments""" if kw is None: kw = {} action = extra -- cgit v1.2.3