Skip to content

Commit 4861b47

Browse files
committed
black
2 parents 5b96610 + 4ff35e8 commit 4861b47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyiron_snippets/files.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class DirectoryObject:
4949
It supports unique directory generation and can be protected from deletion
5050
on garbage collection.
5151
"""
52+
5253
def __init__(
5354
self,
5455
directory: str | Path | DirectoryObject = ".",
@@ -59,7 +60,7 @@ def __init__(
5960
Initialize a DirectoryObject.
6061
6162
Args:
62-
directory (str | Path | DirectoryObject): The directory path or
63+
directory (str | Path | DirectoryObject): The directory path or
6364
DirectoryObject instance.
6465
generate_unique_directory (bool | None): If True, generates a unique
6566
directory name, otherwise it still generates a unique name if

0 commit comments

Comments
 (0)