Skip to content

Commit

Permalink
Format file to match new ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Dec 6, 2023
1 parent c1d7a3c commit d7f679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anycastd/_configuration/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def config_to_instance(config: HealthcheckConfiguration) -> Healthcheck:


def config_to_instance(
config: PrefixConfiguration | HealthcheckConfiguration
config: PrefixConfiguration | HealthcheckConfiguration,
) -> Prefix | Healthcheck:
"""Convert a configuration to an instance of it's respective type."""
match config:
Expand Down

0 comments on commit d7f679a

Please sign in to comment.