ruff format
This commit is contained in:
parent
9da6f9ad26
commit
c0e413889d
1 changed files with 1 additions and 3 deletions
|
|
@ -27,9 +27,7 @@ async def concurrent_subprocess_access():
|
|||
)
|
||||
|
||||
subprocess_directory_path = str(
|
||||
pathlib.Path(
|
||||
os.path.join(pathlib.Path(__file__).parent , "subprocesses/")
|
||||
).resolve()
|
||||
pathlib.Path(os.path.join(pathlib.Path(__file__).parent, "subprocesses/")).resolve()
|
||||
)
|
||||
|
||||
writer_path = subprocess_directory_path + "/writer.py"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue