Skip to content

Commit a0efed2

Browse files
committed
Fix docstyle by running black manually
1 parent 9abcd28 commit a0efed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/_studio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _find_config(working_dir=None):
6565
wd = Path(working_dir) if working_dir else Path.cwd()
6666

6767
path = None
68-
68+
6969
# Get the root of the current working directory for both Windows and Unix-like systems
7070
root = Path(wd.anchor)
7171
while path is None and wd != root:

0 commit comments

Comments
 (0)