mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
refactor: remove unnecessary string hashes (#13250)
This commit is contained in:
parent
c173ec5bc7
commit
8b3da1867e
5 changed files with 19 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue