From b13cef9b1dce9770235de38a954d32c5a8eb0a95 Mon Sep 17 00:00:00 2001 From: Teal Dulcet Date: Fri, 22 Dec 2023 07:25:50 -0800 Subject: [PATCH] Fixed PIE790 (unnecessary-placeholder): Unnecessary `pass` statement --- tests/fail2ban.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/fail2ban.py b/tests/fail2ban.py index 04eabacc..b9447260 100644 --- a/tests/fail2ban.py +++ b/tests/fail2ban.py @@ -24,7 +24,6 @@ socket.setdefaulttimeout(10) class IsBlocked(Exception): """Tests raise this exception when it appears that a fail2ban jail is in effect, i.e. on a connection refused error.""" - pass def smtp_test(): import smtplib