🎨 chore(*): run black to format the code

This commit is contained in:
2023-08-18 10:11:14 +02:00
parent f19fe728da
commit a77253ebdc

View File

@@ -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()