Skip to content

Commit

Permalink
type ignore remove
Browse files Browse the repository at this point in the history
  • Loading branch information
SK1Y101 committed Jun 26, 2024
1 parent f0759fb commit 1c8f539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anvil-python/anvil/commands/haproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def prompt(self, console: Console | None = None) -> None:
default_value=None,
)
},
console=console, # type: ignore
console=console,
)

self.variables["virtual_ip"] = (
Expand Down

0 comments on commit 1c8f539

Please sign in to comment.