Skip to content

Commit

Permalink
⚰️ Drop unused TIME_SERVERS from PermittedDomains
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed May 10, 2024
1 parent 4500800 commit fa96431
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data_safe_haven/types/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ class PermittedDomains(tuple[str, ...], Enum):
)
SOFTWARE_REPOSITORIES_R = ("cran.r-project.org",)
SOFTWARE_REPOSITORIES = SOFTWARE_REPOSITORIES_PYTHON + SOFTWARE_REPOSITORIES_R
TIME_SERVERS = (
"time.google.com",
"time1.google.com",
"time2.google.com",
"time3.google.com",
"time4.google.com",
)
UBUNTU_KEYSERVER = ("keyserver.ubuntu.com",)
ALL = tuple(
sorted(
Expand All @@ -132,7 +125,6 @@ class PermittedDomains(tuple[str, ...], Enum):
+ MICROSOFT_LOGIN
+ SOFTWARE_REPOSITORIES_PYTHON
+ SOFTWARE_REPOSITORIES_R
+ TIME_SERVERS
+ UBUNTU_KEYSERVER
)
)
Expand Down

0 comments on commit fa96431

Please sign in to comment.