diff options
| author | Aurélien Bompard | 2016-11-21 12:45:16 +0100 |
|---|---|---|
| committer | Aurélien Bompard | 2016-11-21 12:45:16 +0100 |
| commit | 0a5efbdf15a67f6e4065c78b0c70e72202e0d965 (patch) | |
| tree | eb4da32bbfb874f999736d8bf678870e08459818 /src/mailman/chains/tests/test_accept.py | |
| parent | 88b40de08e133122ae464de922d3a9e9c3ad1376 (diff) | |
| download | mailman-0a5efbdf15a67f6e4065c78b0c70e72202e0d965.tar.gz mailman-0a5efbdf15a67f6e4065c78b0c70e72202e0d965.tar.zst mailman-0a5efbdf15a67f6e4065c78b0c70e72202e0d965.zip | |
Diffstat (limited to 'src/mailman/chains/tests/test_accept.py')
| -rw-r--r-- | src/mailman/chains/tests/test_accept.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/chains/tests/test_accept.py b/src/mailman/chains/tests/test_accept.py index 07ed958b0..7643818e7 100644 --- a/src/mailman/chains/tests/test_accept.py +++ b/src/mailman/chains/tests/test_accept.py @@ -60,7 +60,7 @@ Subject: Ignore config.chains['mine'] = MyChain() self.addCleanup(config.chains.pop, 'mine') hits = None - def handler(event): # noqa: E301 + def handler(event): # noqa: E306 nonlocal hits if isinstance(event, AcceptEvent): hits = event.msg['x-mailman-rule-hits'] |
