Skip to content

Commit 38de491

Browse files
Update _delphi_utils_python/README.md
Co-authored-by: george <george.haff@gmail.com>
1 parent ab915bc commit 38de491

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_delphi_utils_python/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def f(x, threaded_logger):
4343
logger = get_structured_logger('my_logger')
4444
logger.info('Hello, world!')
4545
with pool_and_threadedlogger(logger, n_cpu) as (pool, threaded_logger):
46-
pool_results = []
4746
for i in range(10):
4847
pool.apply_async(f, args=(i, threaded_logger))
4948
```

0 commit comments

Comments
 (0)