mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
🎨 chore(*): run black to format the code
This commit is contained in:
@@ -155,6 +155,7 @@ server_normal_channel_functions = [
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class FontMatches:
|
class FontMatches:
|
||||||
def __getitem__(self, key):
|
def __getitem__(self, key):
|
||||||
if key == "standard":
|
if key == "standard":
|
||||||
@@ -172,6 +173,7 @@ class FontMatches:
|
|||||||
else:
|
else:
|
||||||
raise ValueError(f"Invalid key: {key}")
|
raise ValueError(f"Invalid key: {key}")
|
||||||
|
|
||||||
|
|
||||||
# Example usage:
|
# Example usage:
|
||||||
font_matches = FontMatches()
|
font_matches = FontMatches()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user