Format with black
This commit is contained in:
parent
56b6ccd87e
commit
3a9258b49f
@ -647,17 +647,16 @@ class ProtocolUrls(Enum):
|
|||||||
guild_membership_screening = "discord://-/member-verification/{guild_id}"
|
guild_membership_screening = "discord://-/member-verification/{guild_id}"
|
||||||
|
|
||||||
# Library
|
# Library
|
||||||
|
|
||||||
games_library = "discord://-/library"
|
games_library = "discord://-/library"
|
||||||
library_settings = "discord://-/library/settings"
|
library_settings = "discord://-/library/settings"
|
||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.value
|
return self.value
|
||||||
|
|
||||||
def format(self, **kwargs):
|
def format(self, **kwargs):
|
||||||
return self.value.format(**kwargs)
|
return self.value.format(**kwargs)
|
||||||
|
|
||||||
|
|
||||||
T = TypeVar("T")
|
T = TypeVar("T")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user