refactor: remove unnecessary string hashes (#13250)

This commit is contained in:
Hamir Mahal 2024-09-18 10:08:59 -07:00 committed by GitHub
parent c173ec5bc7
commit 8b3da1867e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 19 additions and 19 deletions

View file

@ -1027,7 +1027,7 @@ class C[T]:
}
let TestCase { db, file } = test_case(
r#"
r"
class Test:
def foo():
def bar():
@ -1036,7 +1036,7 @@ class Test:
pass
def x():
pass"#,
pass",
);
let index = semantic_index(&db, file);