Skip to content

Commit b5064eb

Browse files
committed
Code format check
Signed-off-by: noopur <[email protected]>
1 parent 9c4920d commit b5064eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/end_to_end/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def pytest_sessionfinish(session, exitstatus):
192192
if os.path.exists(cache_dir):
193193
shutil.rmtree(cache_dir, ignore_errors=False)
194194
log.debug(f"Cleared .pytest_cache directory at {cache_dir}")
195-
195+
196196
# Cleanup docker containers related to aggregator and collaborators, if any.
197197
dh.cleanup_docker_containers(list_of_containers=["aggregator", "collaborator*"])
198198
# Cleanup docker network created for openfl, if any.

0 commit comments

Comments
 (0)