Skip to content

Commit

Permalink
Fix black linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzheng committed Aug 3, 2023
1 parent 1e04097 commit 306fccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/record/adapter/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(
index: str = "records",
http_compress: Union[str, bool] = True,
selector: Union[None, Selector, CompiledSelector] = None,
**kwargs
**kwargs,
) -> None:
self.index = index
self.uri = uri
Expand Down

0 comments on commit 306fccc

Please sign in to comment.