Skip to content

Commit 17ba6a6

Browse files
style: auto-format with isort + Black [skip ci]
1 parent 2435a87 commit 17ba6a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/codeevolve/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def main() -> int:
198198
in_adj, out_adj = setup_island_topology(
199199
evolve_config["num_islands"],
200200
evolve_config.get("migration", {})["topology"],
201-
)
201+
)
202202

203203
directory_lock: DirectoryLock = DirectoryLock(args["out_dir"])
204204
check_directory_lock(directory_lock)

0 commit comments

Comments
 (0)