Skip to content

Commit

Permalink
run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed May 18, 2024
1 parent bbcfb4d commit cec19cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .grit/patterns/python/py_imports.grit
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function list_prefix_matches($target, $prefix) {
}

pattern py_find_replace_import($from_package, $from_name, $to_package, $to_name) {
find_replace_imports([$from_package, $from_name, $to_package, $to_name])
find_replace_imports(list=[[$from_package, $from_name, $to_package, $to_name]])
}

/// List: [[$from_package, $from_name, $to_package, $to_name]]
Expand Down

0 comments on commit cec19cb

Please sign in to comment.