Fixed PIE790 (unnecessary-placeholder): Unnecessary `pass` statement

This commit is contained in:
Teal Dulcet 2023-12-22 07:25:50 -08:00 committed by Joshua Tauberer
parent 8b9d3ec094
commit b13cef9b1d
1 changed files with 0 additions and 1 deletions

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