From 666c1a42e3f78c84eef25105324348496a46d106 Mon Sep 17 00:00:00 2001 From: Simon-Martin Schroeder Date: Mon, 15 Jan 2024 15:53:38 +0100 Subject: [PATCH] Fix import final --- experitur/core/configurators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experitur/core/configurators.py b/experitur/core/configurators.py index b209681..77308d5 100644 --- a/experitur/core/configurators.py +++ b/experitur/core/configurators.py @@ -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):