1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-08-04 04:20:53 +00:00

Fixed PIE790 (unnecessary-placeholder): Unnecessary pass statement

This commit is contained in:
Teal Dulcet 2023-12-22 07:25:50 -08:00
parent fd8cd94656
commit 065a06748c

View File

@ -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