From e908466301e4fb6346458b225604222a2d73bbce Mon Sep 17 00:00:00 2001 From: "{{ github.actor }}" Date: Thu, 12 Oct 2023 20:32:47 +0000 Subject: [PATCH] Style Reformatting --- conversationgames/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversationgames/core.py b/conversationgames/core.py index d65480e3..80837d63 100644 --- a/conversationgames/core.py +++ b/conversationgames/core.py @@ -24,8 +24,8 @@ # The idea of this cog is taken from https://github.com/Jintaku/Jintaku-Cogs-V3/tree/master/conversationgames -import logging import contextlib +import logging from typing import Dict, Final, List, Optional, Union import discord