Skip to content

Commit

Permalink
Ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jun 14, 2023
1 parent f22021d commit b0f280d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundled/tool/lsp_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"truthy-bool": "error_code_list2.html#check-that-expression-is-not-implicitly-true-in-boolean-context-truthy-bool",
"truthy-iterable": "error_code_list2.html#check-that-iterable-is-not-implicitly-true-in-boolean-context-truthy-iterable",
"undefined": "error_code_list2.html#check-that-type-ignore-include-an-error-code-ignore-without-code",
"unused-awaitable": "error_code_list2.html#check-that-awaitable-return-value-is-used-unused-awaitable"
"unused-awaitable": "error_code_list2.html#check-that-awaitable-return-value-is-used-unused-awaitable",
}


Expand Down

0 comments on commit b0f280d

Please sign in to comment.