style(graphql): Add missing comma

\
pull/22/head
Inex Code 2022-11-28 15:49:48 +03:00
parent 2e9cdf15ab
commit 57794c9535
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ def get_system_provider_info() -> SystemProviderInfo:
with ReadUserData() as user_data:
return SystemProviderInfo(
provider=user_data["server"]["provider"],
id="UNKNOWN"
id="UNKNOWN",
)