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
from string import Template
from time import strftime

2
irc.py
View file

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

View file

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

View file

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

View file

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