diff --git a/anta/custom_types.py b/anta/custom_types.py index 1af8c7d20..a0a0631d0 100644 --- a/anta/custom_types.py +++ b/anta/custom_types.py @@ -3,8 +3,6 @@ # that can be found in the LICENSE file. """Module that provides predefined types for AntaTest.Input instances.""" -from __future__ import annotations - import re from typing import Annotated, Literal