mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-24 02:37:05 +00:00
Fixed PIE790 (unnecessary-placeholder): Unnecessary pass
statement
This commit is contained in:
parent
8b9d3ec094
commit
b13cef9b1d
@ -24,7 +24,6 @@ socket.setdefaulttimeout(10)
|
|||||||
class IsBlocked(Exception):
|
class IsBlocked(Exception):
|
||||||
"""Tests raise this exception when it appears that a fail2ban
|
"""Tests raise this exception when it appears that a fail2ban
|
||||||
jail is in effect, i.e. on a connection refused error."""
|
jail is in effect, i.e. on a connection refused error."""
|
||||||
pass
|
|
||||||
|
|
||||||
def smtp_test():
|
def smtp_test():
|
||||||
import smtplib
|
import smtplib
|
||||||
|
Loading…
Reference in New Issue
Block a user