Skip to content

Commit c819599

Browse files
committed
Add missing fix
1 parent 880ba22 commit c819599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/scenario/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import json
33
import os.path
44
from urllib.parse import urlparse
5+
from typing import List
56

67
import pytest
78

@@ -12,7 +13,7 @@ class Endpoint:
1213
username: str
1314
password: str
1415
tls: bool
15-
endpoints: list[str]
16+
endpoints: List[str]
1617

1718
@property
1819
def url(self):

0 commit comments

Comments
 (0)