Skip to content

Commit

Permalink
Update dependencies (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d authored Dec 6, 2023
1 parent 2436f0c commit 6704818
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 69 deletions.
129 changes: 61 additions & 68 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 6704818

Please sign in to comment.