Skip to content

Commit 8cfcfa8

Browse files
committed
run black
1 parent 740e8ac commit 8cfcfa8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyiron_snippets/files.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ def categorize_folder_items(folder_path):
4040

4141

4242
class DirectoryObject:
43-
def __init__(self, directory: str | Path | DirectoryObject, protected: bool = False):
43+
def __init__(
44+
self, directory: str | Path | DirectoryObject, protected: bool = False
45+
):
4446
if isinstance(directory, str):
4547
self.path = Path(directory)
4648
elif isinstance(directory, Path):

0 commit comments

Comments
 (0)