From 9d39b135f4f84239787b0901d06a4f370a82d4bb Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 4 Apr 2021 04:40:19 -0400 Subject: Modernize code to use f-strings This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. --- discord/integrations.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'discord/integrations.py') diff --git a/discord/integrations.py b/discord/integrations.py index e2d05575..bd58d410 100644 --- a/discord/integrations.py +++ b/discord/integrations.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - """ The MIT License (MIT) -- cgit v1.2.3