Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/poli_baselines/solvers/simple/random_mutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
a new value for that position.
"""

from __future__ import annotations

import random
import warnings
from typing import Callable
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env_list =
poli-alebo-base-py310
poli-pr-base-py39
poli-bounce-base-py310
poli-lambo2-base-py310
minversion = 4.10.0

[testenv]
Expand Down
Loading