Run autoflake

This commit is contained in:
Dpeta 2023-01-14 23:05:38 +01:00
parent 5b6d5d153f
commit 30569d4a95
No known key found for this signature in database
GPG key ID: 51227517CEA0030C
5 changed files with 0 additions and 6 deletions

View file

@ -1,4 +1,3 @@
import sys
import logging import logging
from string import Template from string import Template
from time import strftime from time import strftime

2
irc.py
View file

@ -2,7 +2,6 @@ import logging
import socket import socket
import random import random
import time import time
import json
import ssl import ssl
try: try:
@ -873,7 +872,6 @@ class PesterHandler(DefaultCommandHandler):
PchumLog.warning( PchumLog.warning(
"Can't remove channel mode that isn't set." "Can't remove channel mode that isn't set."
) )
pass
self.parent.userPresentUpdate.emit( self.parent.userPresentUpdate.emit(
"", channel, channel_mode + ":%s" % (op) "", channel, channel_mode + ":%s" % (op)
) )

View file

@ -1,5 +1,4 @@
import os import os
import sys
import codecs import codecs
import re import re
import ostools import ostools

View file

@ -1,4 +1,3 @@
import sys
import re import re
from os import remove from os import remove

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import os import os
import sys import sys
import shutil
import argparse import argparse
import traceback import traceback
import logging import logging