Skip to content

Commit 65511dc

Browse files
committed
last one today
1 parent f559aac commit 65511dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/director/src/simcore_service_director/system_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from pathlib import Path
2-
from typing import List
32

43

5-
def get_system_extra_hosts_raw(extra_host_domain: str) -> List[str]:
4+
def get_system_extra_hosts_raw(extra_host_domain: str) -> list[str]:
65
extra_hosts = []
76
hosts_path = Path("/etc/hosts")
87
if hosts_path.exists() and extra_host_domain != "undefined":

0 commit comments

Comments
 (0)