Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Sep 13, 2024
1 parent a575e71 commit 0d32339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_safe_haven/config/sre_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def template(cls: type[Self], tier: int | None = None) -> SREConfig:
data_provider_ip_addresses=[
"List of IP addresses belonging to data providers"
],
external_git_mirror="True/False: whether to deploy an external mirror git server (True), or only an internal server",
external_git_mirror="True/False: whether to deploy an external mirror git server (True), or only an internal server", # type: ignore
remote_desktop=ConfigSubsectionRemoteDesktopOpts.model_construct(
allow_copy=remote_desktop_allow_copy,
allow_paste=remote_desktop_allow_paste,
Expand Down

0 comments on commit 0d32339

Please sign in to comment.