We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de0d63 commit ebc75efCopy full SHA for ebc75ef
biothings/hub/dataload/dumper.py
@@ -874,7 +874,7 @@ class HTTPDumper(BaseDumper):
874
"""
875
876
VERIFY_CERT: bool = True
877
- IGNORE_HTTP_CODE: list[str] = [] # list of HTTP code to ignore in case on non-200 response
+ IGNORE_HTTP_CODE: List[str] = [] # list of HTTP code to ignore in case on non-200 response
878
RESOLVE_FILENAME: bool = False # global trigger to get filenames from headers
879
880
def prepare_client(self) -> None:
0 commit comments