Skip to content

Commit

Permalink
fix(python): add 'split' to reflexive methods (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet authored Jun 12, 2024
1 parent 8e62ab9 commit 58ce3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/languages/python/analyzer/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var reflexiveMethods = []string{
"encode",
"format",
"replace",
"split",
}

type analyzer struct {
Expand Down

0 comments on commit 58ce3a2

Please sign in to comment.