Skip to content

Commit ce83d85

Browse files
committed
linting in demo.py PLW0108
1 parent edcf79f commit ce83d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3837,7 +3837,7 @@ def execute_api_call(api: Garmin, key: str) -> None:
38373837
),
38383838
# System & Export
38393839
"create_health_report": lambda: DataExporter.create_health_report(api),
3840-
"remove_tokens": lambda: remove_stored_tokens(),
3840+
"remove_tokens": remove_stored_tokens,
38413841
"disconnect": lambda: disconnect_api(api),
38423842
# GraphQL Queries
38433843
"query_garmin_graphql": lambda: query_garmin_graphql_data(api),

0 commit comments

Comments
 (0)