Skip to content

Commit

Permalink
chore: fix incorrectly sorted imports (#1167)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <[email protected]>
  • Loading branch information
Alex-Izquierdo authored and zkayyali812 committed Dec 10, 2024
1 parent c3de8be commit a5d3a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aap_eda/core/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

from aap_eda.core import enums, models
from aap_eda.core.utils.credentials import (
validate_registry_host_name,
check_reserved_keys_in_extra_vars,
validate_registry_host_name,
validate_schema,
)
from aap_eda.core.utils.k8s_service_name import is_rfc_1035_compliant
Expand Down

0 comments on commit a5d3a20

Please sign in to comment.