Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Jun 14, 2024
1 parent 9cb27b4 commit f4d7165
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/python_tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
(
constants.TEST_DATA / "sample2" / "sample2.py",
{
"uri": utils.as_uri(str(constants.TEST_DATA / "sample2" / "sample2.py")),
"uri": utils.as_uri(
str(constants.TEST_DATA / "sample2" / "sample2.py")
),
"diagnostics": [
{
"range": {
Expand Down

0 comments on commit f4d7165

Please sign in to comment.