From 2ea5280990daae78a128525b6243544cda8fda94 Mon Sep 17 00:00:00 2001 From: Chiggy-Playz Date: Sun, 17 Oct 2021 01:20:18 +0530 Subject: [PATCH] Format with black --- discord/enums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/enums.py b/discord/enums.py index 47dce905..842dccdf 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -55,7 +55,7 @@ __all__ = ( "InteractionType", "InteractionResponseType", "NSFWLevel", - "ProtocolUrl" + "ProtocolUrl", )