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:
parent
fd8cd94656
commit
065a06748c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user