Skip to content

Commit

Permalink
🔥 Removed unnecessary assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Aug 21, 2024
1 parent 573ebca commit cc63455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esxport/click_opt/cli_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def __init__(self: Self, myclass_kwargs: dict[str, Any]) -> None:
self.fields: list[str] = list(self.fields)
self.index_prefixes: list[str] = list(self.index_prefixes)
self.meta_fields: list[str] = list(self.meta_fields)
self.sort: list[dict[str, str]] = self.sort
self.max_results = int(self.max_results)
self.scroll_size = int(self.scroll_size)
self.export_format: str = "csv"
Expand Down

0 comments on commit cc63455

Please sign in to comment.