Skip to content

Commit

Permalink
Update dependency autopep8 to v1.7.0 (#2359)
Browse files Browse the repository at this point in the history
Update dependency autopep8 to v1.7.0

---------

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Michael Wolf <[email protected]>
  • Loading branch information
elastic-renovate-prod[bot] and mjwolf authored Aug 27, 2024
1 parent 5376570 commit a793bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# License: MIT
autopep8==1.6.0
autopep8==1.7.0
# License: BSD
mock==5.1.0
# License: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion scripts/schema/subset_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def remove_docs_only_entries(paths: List[str], fields: Dict[str, FieldEntry]) ->
split_path = path.split('.')
field_set = split_path[0]
field = split_path[1]
del(fields[field_set]['fields'][field])
del (fields[field_set]['fields'][field])
return fields


Expand Down

0 comments on commit a793bb2

Please sign in to comment.