blob: c669f21d272c520f9bceb864737cc1ee3edb84dd [file] [log] [blame]
package python
import (
"github.com/bazelbuild/bazel-gazelle/config"
"github.com/bazelbuild/bazel-gazelle/rule"
)
// Fix repairs deprecated usage of language-specific rules in f. This is
// called before the file is indexed. Unless c.ShouldFix is true, fixes
// that delete or rename rules should not be performed.
func (py *Python) Fix(c *config.Config, f *rule.File) {
// TODO(f0rmiga): implement.
}