🎨 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:
def __getitem__(self, key):
if key == "standard":
@@ -172,6 +173,7 @@ class FontMatches:
else:
raise ValueError(f"Invalid key: {key}")
# Example usage:
font_matches = FontMatches()