ruff fix
This commit is contained in:
parent
33b97215ce
commit
cf87b833a0
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ async def concurrent_subprocess_access():
|
|||
first_cognify_process.wait()
|
||||
second_cognify_process.wait()
|
||||
|
||||
logger.info(f"Database concurrent subprocess example finished")
|
||||
logger.info("Database concurrent subprocess example finished")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue