Skip to content

Commit

Permalink
fixup! Upgrade jedi to support python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Dec 2, 2024
1 parent 9c3632f commit dace0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ycmd/tests/rust/inlay_hints_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_basic( self, app ):
has_entries( {
'kind': 'Type',
'position': LocationMatcher( filepath, 12, 10 ),
'label': ': Builder '
'label': ': Builder'
} ),
),
} )
Expand Down

0 comments on commit dace0ca

Please sign in to comment.