Skip to content

Commit

Permalink
Fix import final
Browse files Browse the repository at this point in the history
  • Loading branch information
moi90 committed Jan 15, 2024
1 parent 8da8630 commit 666c1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experitur/core/configurators.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
Type,
TypeVar,
Union,
final,
)

from experitur.helpers.merge_dicts import merge_dicts
from experitur.util import unset
from typing_extensions import final


class BaseConfigurationSampler(metaclass=ABCMeta):
Expand Down

0 comments on commit 666c1a4

Please # to comment.