lists: bc2 fix type

This commit is contained in:
Iain Learmonth 2022-05-01 16:51:19 +01:00
parent 7ef321280e
commit de2ca16913

View file

@ -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": [{