Skip to content

Commit

Permalink
Ruff Format Document
Browse files Browse the repository at this point in the history
  • Loading branch information
etrotta committed Sep 27, 2024
1 parent a544e54 commit 5414338
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py-polars/polars/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ class Config(contextlib.ContextDecorator):

_original_state: str = ""

def __init__(self, *, restore_defaults: bool = False, **options: Unpack[ConfigParameters]) -> None:
def __init__(
self, *, restore_defaults: bool = False, **options: Unpack[ConfigParameters]
) -> None:
"""
Initialise a Config object instance for context manager usage.
Expand Down

0 comments on commit 5414338

Please sign in to comment.