mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
[red-knot] remove wrong __init__.py from file-watching tests (#12519)
This commit is contained in:
parent
2d3914296d
commit
10c993e21a
1 changed files with 0 additions and 2 deletions
|
@ -655,7 +655,6 @@ fn search_path() -> anyhow::Result<()> {
|
|||
);
|
||||
|
||||
std::fs::write(site_packages.join("a.py").as_std_path(), "class A: ...")?;
|
||||
std::fs::write(site_packages.join("__init__.py").as_std_path(), "")?;
|
||||
|
||||
let changes = case.stop_watch();
|
||||
|
||||
|
@ -686,7 +685,6 @@ fn add_search_path() -> anyhow::Result<()> {
|
|||
});
|
||||
|
||||
std::fs::write(site_packages.join("a.py").as_std_path(), "class A: ...")?;
|
||||
std::fs::write(site_packages.join("__init__.py").as_std_path(), "")?;
|
||||
|
||||
let changes = case.stop_watch();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue