From de2ca16913638ac766077f6e1f2e1f1417aeb063 Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Sun, 1 May 2022 16:51:19 +0100 Subject: [PATCH] lists: bc2 fix type --- app/lists/bc2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lists/bc2.py b/app/lists/bc2.py index ffc67d3..2991135 100644 --- a/app/lists/bc2.py +++ b/app/lists/bc2.py @@ -34,7 +34,7 @@ class BypassCensorship2(BaseModel): def mirror_sites(provider: str = "cloudfront") -> Dict[ - str, Union[str, List[Dict[Union[str, List[Dict[str, str]]]]]]]: + str, Union[str, List[Dict[str, Union[str, List[Dict[str, str]]]]]]]: return { "version": "2.0", "sites": [{