Skip to content

Commit

Permalink
delete outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Feb 26, 2025
1 parent f854172 commit 7329128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ruff_python_parser/tests/fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ fn test_invalid_syntax(input_path: &Path) {
/// # parse_options: { "target-version": "3.10" }
/// def f(): ...
fn extract_options(source: &str) -> Option<ParseOptions> {
// extract options from pragma on the first line
let header = source.lines().next()?;
let (_label, options) = header.split_once("# parse_options: ")?;
serde_json::from_str(options.trim()).ok()
Expand Down

0 comments on commit 7329128

Please sign in to comment.