Skip to content

Commit

Permalink
Removed additional whitespaces in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
LobaDK committed Sep 4, 2024
1 parent f8e4c07 commit 4dce9b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions settings/settings_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ class Settings:
with settings_manager.autosave():
settings_manager.settings.section.section_key = "section_value"
```
"""

def _to_dict(self, obj: "DataclassInstance") -> Dict[str, Any]:
Expand Down

0 comments on commit 4dce9b2

Please sign in to comment.