Skip to content

Commit d05145a

Browse files
Update __init__.py
1 parent 981a17c commit d05145a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

config/user/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ class UserSettings(ConfigurationSource):
3737
This class reads settings stored in a file inside the user's folder.
3838
"""
3939

40-
def __init__(
41-
self, project_name: str | None = None, optional: bool = True
42-
) -> None:
40+
def __init__(self, project_name: str | None = None, optional: bool = True) -> None:
4341
"""
4442
Configures an instance of UserSettings that obtains values from a project file
4543
stored in the user's folder. If a project name is not provided, it is

0 commit comments

Comments
 (0)