Skip to content

Commit 350c4f2

Browse files
EdwardJXLigithub-actions[bot]
authored andcommitted
Automated pre-commit update
1 parent 779a7ad commit 350c4f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/codegen/sdk/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def use_cwd(path):
353353
354354
Example:
355355
```python
356-
with use_cwd('/path/to/directory'):
356+
with use_cwd("/path/to/directory"):
357357
# Code here runs with the working directory set to '/path/to/directory'
358358
...
359359
# Working directory is restored to the original
@@ -365,4 +365,3 @@ def use_cwd(path):
365365
yield path
366366
finally:
367367
os.chdir(old_cwd)
368-

0 commit comments

Comments
 (0)