Skip to content

Commit 3173fec

Browse files
reformat using black
1 parent b2040d0 commit 3173fec

File tree

10 files changed

+336
-325
lines changed

10 files changed

+336
-325
lines changed

openevolve/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
evolve_function,
1010
evolve_algorithm,
1111
evolve_code,
12-
EvolutionResult
12+
EvolutionResult,
1313
)
1414

1515
__all__ = [
16-
"OpenEvolve",
16+
"OpenEvolve",
1717
"__version__",
1818
"run_evolution",
19-
"evolve_function",
19+
"evolve_function",
2020
"evolve_algorithm",
2121
"evolve_code",
22-
"EvolutionResult"
22+
"EvolutionResult",
2323
]

0 commit comments

Comments
 (0)