Skip to content

Commit ac44377

Browse files
committed
Black format
1 parent 691f916 commit ac44377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
if not os.path.exists(temp_dir):
4747
os.mkdir(temp_dir)
4848

49-
if sys.platform == 'win32':
49+
if sys.platform == "win32":
5050
try:
5151
asyncio.set_event_loop_policy(asyncio.WindowsProactorEventLoopPolicy())
5252
except AttributeError:
53-
logger.error('Failed to use WindowsProactorEventLoopPolicy.', exc_info=True)
53+
logger.error("Failed to use WindowsProactorEventLoopPolicy.", exc_info=True)
5454

5555

5656
class ModmailBot(commands.Bot):

0 commit comments

Comments
 (0)