Skip to content

Instantly share code, notes, and snippets.

@ilinum
Created August 10, 2017 07:23
Show Gist options
  • Save ilinum/c5fcbf184ae3573c7646a7b544041461 to your computer and use it in GitHub Desktop.
Save ilinum/c5fcbf184ae3573c7646a7b544041461 to your computer and use it in GitHub Desktop.
Output on running mypy on typeshed with --disallow-incomplete-defs
running mypy --python-version 3.6 --strict-optional --disallow-incomplete-defs # with 625 files
third_party/2and3/yaml/tokens.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/error.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/error.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/request.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/_collections.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/_collections.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/__init__.pyi:2: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/structures.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:7: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:8: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:9: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:10: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:11: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:12: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:13: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:14: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:17: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:18: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:14: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:15: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:16: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:31: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:32: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:33: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:34: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:35: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:36: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:38: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:39: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:40: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:41: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:42: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:43: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:47: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:48: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:49: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:50: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:51: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:52: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:53: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:54: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:55: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/throttle.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:12: error: Function is missing a return type annotation
third_party/2and3/pynamodb/indexes.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/exceptions.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/exceptions.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:11: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:13: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:14: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:15: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:33: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:47: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:49: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:57: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:59: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:28: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:87: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:94: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:100: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:111: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:113: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:121: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:126: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:130: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:134: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:138: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:142: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:146: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:153: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:157: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:162: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:167: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:171: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:175: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:203: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:207: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:233: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:237: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:94: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:101: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:115: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:115: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:116: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:116: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:9: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:15: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:16: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:19: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:25: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:26: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:27: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:28: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:30: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:31: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:35: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:36: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:37: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:45: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:14: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:41: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/exceptions.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:33: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:34: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/bccache.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/randpool.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:12: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:13: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:14: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:10: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:17: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:33: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:38: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:45: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/Counter.pyi:3: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/Counter.pyi:3: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi:2: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi:13: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/AllOrNothing.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/hashalgo.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/hashalgo.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/HMAC.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/HMAC.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/HMAC.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/blockalgo.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/XOR.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/XOR.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC4.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC4.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/utils.pyi:20: error: Function is missing a return type annotation
third_party/2and3/boto/s3/website.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/website.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/s3/website.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/user.pyi:10: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/multipart.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/multipart.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/lifecycle.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/s3/lifecycle.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/s3/keyfile.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/keyfile.pyi:15: error: Function is missing a return type annotation
third_party/2and3/boto/s3/keyfile.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:67: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:75: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:76: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:76: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:77: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:79: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:79: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:81: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:84: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:85: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:86: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:87: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/cors.pyi:19: error: Function is missing a return type annotation
third_party/2and3/boto/s3/cors.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/regioninfo.pyi:6: error: Function is missing a return type annotation
third_party/2and3/boto/regioninfo.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/plugin.pyi:8: error: Function is missing a return type annotation
third_party/2and3/boto/plugin.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:19: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:33: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:46: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:66: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/py_compile.pyi:20: error: Function is missing a return type annotation
stdlib/2and3/optparse.pyi:62: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:107: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:138: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:194: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:195: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:214: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/numbers.pyi:73: error: Function is missing a return type annotation
stdlib/2and3/numbers.pyi:85: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/numbers.pyi:87: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:15: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:47: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:48: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:73: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:76: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:86: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:89: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:101: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/difflib.pyi:44: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/difflib.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/3/typed_ast/ast3.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/3/typed_ast/ast27.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/3/docutils/nodes.pyi:4: error: Function is missing a type annotation for one or more arguments
stdlib/3/textwrap.pyi:82: error: Function is missing a return type annotation
stdlib/3/textwrap.pyi:100: error: Function is missing a return type annotation
stdlib/3/sre_constants.pyi:17: error: Function is missing a return type annotation
stdlib/3/smtplib.pyi:10: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:17: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:22: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:87: error: Function is missing a type annotation for one or more arguments
stdlib/3/posixpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/ntpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/multiprocessing/pool.pyi:58: error: Function is missing a type annotation for one or more arguments
stdlib/3/macpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/gettext.pyi:22: error: Function is missing a return type annotation
stdlib/3/gettext.pyi:29: error: Function is missing a return type annotation
stdlib/3/decimal.pyi:39: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:204: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:223: error: Function is missing a type annotation for one or more arguments
stdlib/3/_subprocess.pyi:26: error: Function is missing a type annotation for one or more arguments
stdlib/3/_subprocess.pyi:36: error: Function is missing a type annotation for one or more arguments
stdlib/3/_json.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/3/_json.pyi:16: error: Function is missing a type annotation for one or more arguments
stdlib/3/_curses.pyi:237: error: Function is missing a return type annotation
stdlib/3/_curses.pyi:256: error: Function is missing a return type annotation
stdlib/3/_curses.pyi:348: error: Function is missing a return type annotation
stdlib/3.3/ipaddress.pyi:26: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:35: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:78: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:127: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:199: error: Function is missing a type annotation for one or more arguments
stdlib/3.4/_tracemalloc.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/3.4/_tracemalloc.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/serializer.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/scanner.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/representer.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/reader.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/reader.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/emitter.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/emitter.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/util/timeout.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/util/retry.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/poolmanager.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/poolmanager.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/fields.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/exceptions.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:33: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:35: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:45: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:55: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/attributes.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/attributes.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/err.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/markupsafe/__init__.pyi:18: error: Function is missing a return type annotation
third_party/2and3/markupsafe/__init__.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/markupsafe/__init__.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/optimizer.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:10: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:38: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:99: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:100: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:102: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:105: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:106: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:107: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:111: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:111: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:113: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:114: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:140: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:141: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:163: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:163: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:8: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:10: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:14: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:15: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:17: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:19: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/SHA512.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA512.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA384.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA384.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA256.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA256.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA224.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA224.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/RIPEMD.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/RIPEMD.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD5.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD5.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD4.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD4.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD2.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD2.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Cipher/DES3.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES3.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/CAST.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/CAST.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/Blowfish.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/Blowfish.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC2.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC2.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/AES.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/AES.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/termui.pyi:88: error: Function is missing a return type annotation
third_party/2and3/click/termui.pyi:107: error: Function is missing a return type annotation
third_party/2and3/click/formatting.pyi:51: error: Function is missing a return type annotation
third_party/2and3/click/formatting.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth_handler.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/saxutils.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/saxutils.pyi:30: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/fractions.pyi:61: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/fractions.pyi:62: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/calendar.pyi:78: error: Function is missing a type annotation for one or more arguments
third_party/3/werkzeug/wrappers.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:106: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:111: error: Function is missing a return type annotation
third_party/3/itsdangerous.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:131: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:139: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:140: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:146: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:147: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/_common.pyi:5: error: Function is missing a return type annotation
third_party/3/dateutil/relativedelta.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/relativedelta.pyi:104: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/parser.pyi:44: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:82: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:83: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:84: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:113: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:114: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:115: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:119: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:121: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:140: error: Function is missing a return type annotation
stdlib/3/multiprocessing/managers.pyi:25: error: Function is missing a type annotation for one or more arguments
stdlib/3/http/__init__.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/connections.pyi:98: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:20: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:20: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:21: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:22: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:30: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:31: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/meta.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/_compat.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/_compat.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Protocol/KDF.pyi:6: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/KDF.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Protocol/KDF.pyi:7: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/KDF.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:138: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:159: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:170: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:180: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:253: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:288: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:293: error: Function is missing a return type annotation
third_party/2and3/click/core.pyi:296: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:299: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:306: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:403: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:426: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:20: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/auth.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:106: error: Function is missing a return type annotation
third_party/2and3/boto/auth.pyi:106: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/etree/ElementTree.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/tz.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/tz.pyi:74: error: Function is missing a return type annotation
stdlib/3/multiprocessing/__init__.pyi:19: error: Function is missing a type annotation for one or more arguments
stdlib/3/multiprocessing/__init__.pyi:75: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/__init__.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:27: error: Function is missing a return type annotation
third_party/2and3/jinja2/runtime.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/runtime.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:119: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:49: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:56: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:70: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:48: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:53: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:54: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:55: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:56: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:57: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:58: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:59: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:60: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:61: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:62: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:72: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:73: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:74: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:76: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:77: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:81: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:83: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:109: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:110: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:110: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:20: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/RSA.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:25: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/RSA.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/ElGamal.pyi:8: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/ElGamal.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:22: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/DSA.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/exceptions.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/decorators.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/decorators.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/atomicwrites/__init__.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/atomicwrites/__init__.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/sandbox.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connection.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connection.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/response.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/cookies.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/cookies.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/auth.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/auth.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:83: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:95: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:96: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:101: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:102: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:113: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:114: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:115: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:115: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/models.pyi:132: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/kms/layer1.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/elb/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:61: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:103: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:111: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:137: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:142: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:146: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:12: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:14: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:15: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:28: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:59: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:6: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:18: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:31: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:30: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:34: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:36: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:37: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:40: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:41: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:42: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:49: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:52: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:62: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:68: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:76: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:78: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:79: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:79: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:81: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:83: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:84: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:85: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:86: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:87: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:88: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:89: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:92: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:92: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:93: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:94: error: Function is missing a return type annotation
third_party/2and3/requests/sessions.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:95: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:97: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:98: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:99: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/__init__.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/__init__.pyi:14: error: Function is missing a return type annotation
third_party/2and3/boto/s3/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:23: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:24: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:27: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:28: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:29: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:30: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:31: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:32: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:33: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:34: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:35: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:36: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:37: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:38: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:40: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:41: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:42: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:49: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:52: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:56: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:59: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:61: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:62: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:67: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:68: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:75: error: Function is missing a type annotation for one or more arguments
running mypy --python-version 3.5 --strict-optional --config-file tests/mypy.ini # with 624 files
third_party/2and3/yaml/tokens.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/error.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/error.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/request.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/_collections.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/_collections.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/__init__.pyi:2: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/structures.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:7: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:8: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:9: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:10: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:11: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:12: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:13: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:14: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:17: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:18: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:14: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:15: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:16: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:31: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:32: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:33: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:34: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:35: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:36: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:38: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:39: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:40: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:41: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:42: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:43: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:47: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:48: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:49: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:50: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:51: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:52: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:53: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:54: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:55: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/throttle.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:12: error: Function is missing a return type annotation
third_party/2and3/pynamodb/indexes.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/exceptions.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/exceptions.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:11: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:13: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:14: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:15: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:33: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:47: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:49: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:57: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:59: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:28: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:87: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:94: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:100: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:111: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:113: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:121: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:126: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:130: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:134: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:138: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:142: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:146: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:153: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:157: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:162: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:167: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:171: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:175: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:203: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:207: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:233: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:237: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:94: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:101: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:115: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:115: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:116: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:116: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:9: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:15: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:16: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:19: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:25: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:26: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:27: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:28: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:30: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:31: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:35: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:36: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:37: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:45: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:14: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:41: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/exceptions.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:33: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:34: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/bccache.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/randpool.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:12: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:13: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:14: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:10: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:17: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:33: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:38: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:45: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/Counter.pyi:3: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/Counter.pyi:3: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi:2: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi:13: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/AllOrNothing.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/hashalgo.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/hashalgo.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/HMAC.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/HMAC.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/HMAC.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/blockalgo.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/XOR.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/XOR.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC4.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC4.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/utils.pyi:20: error: Function is missing a return type annotation
third_party/2and3/boto/s3/website.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/website.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/s3/website.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/user.pyi:10: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/multipart.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/multipart.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/lifecycle.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/s3/lifecycle.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/s3/keyfile.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/keyfile.pyi:15: error: Function is missing a return type annotation
third_party/2and3/boto/s3/keyfile.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:67: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:75: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:76: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:76: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:77: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:79: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:79: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:81: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:84: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:85: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:86: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:87: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/cors.pyi:19: error: Function is missing a return type annotation
third_party/2and3/boto/s3/cors.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/regioninfo.pyi:6: error: Function is missing a return type annotation
third_party/2and3/boto/regioninfo.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/plugin.pyi:8: error: Function is missing a return type annotation
third_party/2and3/boto/plugin.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:19: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:33: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:46: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:66: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/py_compile.pyi:20: error: Function is missing a return type annotation
stdlib/2and3/optparse.pyi:62: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:107: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:138: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:194: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:195: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:214: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/numbers.pyi:73: error: Function is missing a return type annotation
stdlib/2and3/numbers.pyi:85: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/numbers.pyi:87: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:15: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:47: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:48: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:73: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:76: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:86: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:89: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:101: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/difflib.pyi:44: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/difflib.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/3/typed_ast/ast3.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/3/typed_ast/ast27.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/3/docutils/nodes.pyi:4: error: Function is missing a type annotation for one or more arguments
stdlib/3/textwrap.pyi:82: error: Function is missing a return type annotation
stdlib/3/textwrap.pyi:100: error: Function is missing a return type annotation
stdlib/3/sre_constants.pyi:17: error: Function is missing a return type annotation
stdlib/3/smtplib.pyi:10: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:17: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:22: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:87: error: Function is missing a type annotation for one or more arguments
stdlib/3/posixpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/ntpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/multiprocessing/pool.pyi:58: error: Function is missing a type annotation for one or more arguments
stdlib/3/macpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/gettext.pyi:22: error: Function is missing a return type annotation
stdlib/3/gettext.pyi:29: error: Function is missing a return type annotation
stdlib/3/decimal.pyi:39: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:204: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:223: error: Function is missing a type annotation for one or more arguments
stdlib/3/_subprocess.pyi:26: error: Function is missing a type annotation for one or more arguments
stdlib/3/_subprocess.pyi:36: error: Function is missing a type annotation for one or more arguments
stdlib/3/_json.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/3/_json.pyi:16: error: Function is missing a type annotation for one or more arguments
stdlib/3/_curses.pyi:237: error: Function is missing a return type annotation
stdlib/3/_curses.pyi:256: error: Function is missing a return type annotation
stdlib/3/_curses.pyi:348: error: Function is missing a return type annotation
stdlib/3.3/ipaddress.pyi:26: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:35: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:78: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:127: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:199: error: Function is missing a type annotation for one or more arguments
stdlib/3.4/_tracemalloc.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/3.4/_tracemalloc.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/serializer.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/scanner.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/representer.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/reader.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/reader.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/emitter.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/emitter.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/util/timeout.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/util/retry.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/poolmanager.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/poolmanager.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/fields.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/exceptions.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:33: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:35: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:45: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:55: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/attributes.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/attributes.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/err.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/markupsafe/__init__.pyi:18: error: Function is missing a return type annotation
third_party/2and3/markupsafe/__init__.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/markupsafe/__init__.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/optimizer.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:10: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:38: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:99: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:100: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:102: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:105: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:106: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:107: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:111: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:111: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:113: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:114: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:140: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:141: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:163: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:163: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:8: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:10: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:14: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:15: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:17: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:19: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/SHA512.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA512.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA384.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA384.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA256.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA256.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA224.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA224.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/RIPEMD.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/RIPEMD.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD5.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD5.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD4.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD4.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD2.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD2.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Cipher/DES3.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES3.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/CAST.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/CAST.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/Blowfish.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/Blowfish.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC2.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC2.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/AES.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/AES.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/termui.pyi:88: error: Function is missing a return type annotation
third_party/2and3/click/termui.pyi:107: error: Function is missing a return type annotation
third_party/2and3/click/formatting.pyi:51: error: Function is missing a return type annotation
third_party/2and3/click/formatting.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth_handler.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/saxutils.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/saxutils.pyi:30: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/fractions.pyi:61: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/fractions.pyi:62: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/calendar.pyi:78: error: Function is missing a type annotation for one or more arguments
third_party/3/werkzeug/wrappers.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:106: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:111: error: Function is missing a return type annotation
third_party/3/itsdangerous.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:131: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:139: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:140: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:146: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:147: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/_common.pyi:5: error: Function is missing a return type annotation
third_party/3/dateutil/relativedelta.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/relativedelta.pyi:104: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/parser.pyi:44: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:82: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:83: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:84: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:113: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:114: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:115: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:119: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:121: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:140: error: Function is missing a return type annotation
stdlib/3/multiprocessing/managers.pyi:25: error: Function is missing a type annotation for one or more arguments
stdlib/3/http/__init__.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/connections.pyi:98: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:20: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:20: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:21: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:22: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:30: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:31: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/meta.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/_compat.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/_compat.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Protocol/KDF.pyi:6: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/KDF.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Protocol/KDF.pyi:7: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/KDF.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:138: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:159: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:170: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:180: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:253: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:288: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:293: error: Function is missing a return type annotation
third_party/2and3/click/core.pyi:296: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:299: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:306: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:403: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:426: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:20: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/auth.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:106: error: Function is missing a return type annotation
third_party/2and3/boto/auth.pyi:106: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/etree/ElementTree.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/tz.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/tz.pyi:74: error: Function is missing a return type annotation
stdlib/3/multiprocessing/__init__.pyi:19: error: Function is missing a type annotation for one or more arguments
stdlib/3/multiprocessing/__init__.pyi:75: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/__init__.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:27: error: Function is missing a return type annotation
third_party/2and3/jinja2/runtime.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/runtime.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:119: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:49: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:56: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:70: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:48: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:53: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:54: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:55: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:56: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:57: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:58: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:59: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:60: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:61: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:62: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:72: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:73: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:74: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:76: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:77: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:81: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:83: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:109: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:110: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:110: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:20: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/RSA.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:25: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/RSA.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/ElGamal.pyi:8: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/ElGamal.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:22: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/DSA.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/exceptions.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/decorators.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/decorators.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/atomicwrites/__init__.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/atomicwrites/__init__.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/sandbox.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connection.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connection.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/response.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/cookies.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/cookies.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/auth.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/auth.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:83: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:95: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:96: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:101: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:102: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:113: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:114: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:115: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:115: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/models.pyi:132: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/kms/layer1.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/elb/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:61: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:103: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:111: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:137: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:142: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:146: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:12: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:14: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:15: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:28: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:59: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:6: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:18: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:31: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:30: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:34: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:36: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:37: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:40: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:41: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:42: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:49: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:52: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:62: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:68: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:76: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:78: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:79: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:79: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:81: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:83: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:84: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:85: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:86: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:87: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:88: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:89: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:92: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:92: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:93: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:94: error: Function is missing a return type annotation
third_party/2and3/requests/sessions.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:95: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:97: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:98: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:99: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/__init__.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/__init__.pyi:14: error: Function is missing a return type annotation
third_party/2and3/boto/s3/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:23: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:24: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:27: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:28: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:29: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:30: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:31: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:32: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:33: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:34: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:35: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:36: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:37: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:38: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:40: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:41: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:42: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:49: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:52: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:56: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:59: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:61: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:62: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:67: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:68: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:75: error: Function is missing a type annotation for one or more arguments
running mypy --python-version 3.4 --strict-optional --config-file tests/mypy.ini # with 623 files
third_party/2and3/yaml/tokens.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/error.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/error.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/request.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/_collections.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/_collections.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/__init__.pyi:2: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/structures.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:7: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:8: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:9: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:10: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:11: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:12: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:13: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:14: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:17: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:18: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:14: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:15: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:16: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:31: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:32: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:33: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:34: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:35: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:36: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:38: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:39: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:40: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:41: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:42: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:43: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:47: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:48: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:49: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:50: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:51: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:52: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:53: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:54: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:55: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/throttle.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:12: error: Function is missing a return type annotation
third_party/2and3/pynamodb/indexes.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/exceptions.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/exceptions.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:11: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:13: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:14: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:15: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:33: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:47: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:49: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:57: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:59: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:28: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:87: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:94: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:100: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:111: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:113: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:121: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:126: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:130: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:134: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:138: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:142: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:146: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:153: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:157: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:162: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:167: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:171: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:175: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:203: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:207: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:233: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:237: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:94: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:101: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:115: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:115: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:116: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:116: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:9: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:15: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:16: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:19: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:25: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:26: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:27: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:28: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:30: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:31: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:35: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:36: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:37: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:45: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:14: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:41: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/exceptions.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:33: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:34: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/bccache.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/randpool.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:12: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:13: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:14: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:10: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:17: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:33: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:38: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:45: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/Counter.pyi:3: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/Counter.pyi:3: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi:2: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi:13: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/AllOrNothing.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/hashalgo.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/hashalgo.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/HMAC.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/HMAC.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/HMAC.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/blockalgo.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/XOR.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/XOR.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC4.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC4.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/utils.pyi:20: error: Function is missing a return type annotation
third_party/2and3/boto/s3/website.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/website.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/s3/website.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/user.pyi:10: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/multipart.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/multipart.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/lifecycle.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/s3/lifecycle.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/s3/keyfile.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/keyfile.pyi:15: error: Function is missing a return type annotation
third_party/2and3/boto/s3/keyfile.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:67: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:75: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:76: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:76: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:77: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:79: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:79: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:81: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:84: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:85: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:86: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:87: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/cors.pyi:19: error: Function is missing a return type annotation
third_party/2and3/boto/s3/cors.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/regioninfo.pyi:6: error: Function is missing a return type annotation
third_party/2and3/boto/regioninfo.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/plugin.pyi:8: error: Function is missing a return type annotation
third_party/2and3/boto/plugin.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:19: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:33: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:46: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:66: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/py_compile.pyi:20: error: Function is missing a return type annotation
stdlib/2and3/optparse.pyi:62: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:107: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:138: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:194: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:195: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:214: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/numbers.pyi:73: error: Function is missing a return type annotation
stdlib/2and3/numbers.pyi:85: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/numbers.pyi:87: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:15: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:47: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:48: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:73: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:76: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:86: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:89: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:101: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/difflib.pyi:44: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/difflib.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/3/typed_ast/ast3.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/3/typed_ast/ast27.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/3/docutils/nodes.pyi:4: error: Function is missing a type annotation for one or more arguments
stdlib/3/textwrap.pyi:82: error: Function is missing a return type annotation
stdlib/3/textwrap.pyi:100: error: Function is missing a return type annotation
stdlib/3/sre_constants.pyi:17: error: Function is missing a return type annotation
stdlib/3/smtplib.pyi:10: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:17: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:22: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:87: error: Function is missing a type annotation for one or more arguments
stdlib/3/posixpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/ntpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/multiprocessing/pool.pyi:58: error: Function is missing a type annotation for one or more arguments
stdlib/3/macpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/gettext.pyi:22: error: Function is missing a return type annotation
stdlib/3/gettext.pyi:29: error: Function is missing a return type annotation
stdlib/3/decimal.pyi:39: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:204: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:223: error: Function is missing a type annotation for one or more arguments
stdlib/3/_subprocess.pyi:26: error: Function is missing a type annotation for one or more arguments
stdlib/3/_subprocess.pyi:36: error: Function is missing a type annotation for one or more arguments
stdlib/3/_json.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/3/_json.pyi:16: error: Function is missing a type annotation for one or more arguments
stdlib/3/_curses.pyi:237: error: Function is missing a return type annotation
stdlib/3/_curses.pyi:256: error: Function is missing a return type annotation
stdlib/3/_curses.pyi:348: error: Function is missing a return type annotation
stdlib/3.3/ipaddress.pyi:26: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:35: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:78: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:127: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:199: error: Function is missing a type annotation for one or more arguments
stdlib/3.4/_tracemalloc.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/3.4/_tracemalloc.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/serializer.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/scanner.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/representer.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/reader.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/reader.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/emitter.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/emitter.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/util/timeout.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/util/retry.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/poolmanager.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/poolmanager.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/fields.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/exceptions.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:33: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:35: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:45: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:55: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/attributes.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/attributes.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/err.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/markupsafe/__init__.pyi:18: error: Function is missing a return type annotation
third_party/2and3/markupsafe/__init__.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/markupsafe/__init__.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/optimizer.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:10: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:38: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:99: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:100: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:102: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:105: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:106: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:107: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:111: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:111: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:113: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:114: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:140: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:141: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:163: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:163: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:8: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:10: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:14: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:15: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:17: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:19: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/SHA512.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA512.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA384.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA384.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA256.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA256.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA224.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA224.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/RIPEMD.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/RIPEMD.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD5.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD5.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD4.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD4.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD2.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD2.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Cipher/DES3.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES3.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/CAST.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/CAST.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/Blowfish.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/Blowfish.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC2.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC2.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/AES.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/AES.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/termui.pyi:88: error: Function is missing a return type annotation
third_party/2and3/click/termui.pyi:107: error: Function is missing a return type annotation
third_party/2and3/click/formatting.pyi:51: error: Function is missing a return type annotation
third_party/2and3/click/formatting.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth_handler.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/saxutils.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/saxutils.pyi:30: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/fractions.pyi:61: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/fractions.pyi:62: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/calendar.pyi:78: error: Function is missing a type annotation for one or more arguments
third_party/3/werkzeug/wrappers.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:106: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:111: error: Function is missing a return type annotation
third_party/3/itsdangerous.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:131: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:139: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:140: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:146: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:147: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/_common.pyi:5: error: Function is missing a return type annotation
third_party/3/dateutil/relativedelta.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/relativedelta.pyi:104: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/parser.pyi:44: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:82: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:83: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:84: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:113: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:114: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:115: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:119: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:121: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:140: error: Function is missing a return type annotation
stdlib/3/multiprocessing/managers.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/connections.pyi:98: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:20: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:20: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:21: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:22: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:30: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:31: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/meta.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/_compat.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/_compat.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Protocol/KDF.pyi:6: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/KDF.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Protocol/KDF.pyi:7: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/KDF.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:138: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:159: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:170: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:180: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:253: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:288: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:293: error: Function is missing a return type annotation
third_party/2and3/click/core.pyi:296: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:299: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:306: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:403: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:426: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:20: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/auth.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:106: error: Function is missing a return type annotation
third_party/2and3/boto/auth.pyi:106: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/etree/ElementTree.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/tz.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/tz.pyi:74: error: Function is missing a return type annotation
stdlib/3/multiprocessing/__init__.pyi:19: error: Function is missing a type annotation for one or more arguments
stdlib/3/multiprocessing/__init__.pyi:75: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/__init__.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:27: error: Function is missing a return type annotation
third_party/2and3/jinja2/runtime.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/runtime.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:119: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:49: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:56: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:70: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:48: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:53: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:54: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:55: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:56: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:57: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:58: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:59: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:60: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:61: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:62: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:72: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:73: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:74: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:76: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:77: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:81: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:83: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:109: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:110: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:110: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:20: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/RSA.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:25: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/RSA.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/ElGamal.pyi:8: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/ElGamal.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:22: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/DSA.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/exceptions.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/decorators.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/decorators.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/atomicwrites/__init__.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/atomicwrites/__init__.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/sandbox.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connection.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connection.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/response.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/cookies.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/cookies.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/auth.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/auth.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:83: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:95: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:96: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:101: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:102: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:113: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:114: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:115: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:115: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/models.pyi:132: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/kms/layer1.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/elb/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:61: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:103: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:111: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:137: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:142: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:146: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:12: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:14: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:15: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:28: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:59: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:6: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:18: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:31: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:30: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:34: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:36: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:37: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:40: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:41: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:42: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:49: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:52: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:62: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:68: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:76: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:78: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:79: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:79: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:81: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:83: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:84: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:85: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:86: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:87: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:88: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:89: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:92: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:92: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:93: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:94: error: Function is missing a return type annotation
third_party/2and3/requests/sessions.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:95: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:97: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:98: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:99: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/__init__.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/__init__.pyi:14: error: Function is missing a return type annotation
third_party/2and3/boto/s3/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:23: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:24: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:27: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:28: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:29: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:30: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:31: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:32: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:33: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:34: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:35: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:36: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:37: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:38: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:40: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:41: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:42: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:49: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:52: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:56: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:59: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:61: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:62: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:67: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:68: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:75: error: Function is missing a type annotation for one or more arguments
running mypy --python-version 3.3 --strict-optional --config-file tests/mypy.ini # with 606 files
third_party/2and3/yaml/tokens.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/error.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/error.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/request.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/_collections.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/_collections.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/__init__.pyi:2: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/structures.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:7: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:8: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:9: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:10: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:11: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:12: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:13: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:14: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:17: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:18: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:14: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:15: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:16: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:31: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:32: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:33: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:34: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:35: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:36: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:38: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:39: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:40: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:41: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:42: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:43: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:47: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:48: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:49: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:50: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:51: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:52: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:53: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:54: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:55: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/throttle.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:12: error: Function is missing a return type annotation
third_party/2and3/pynamodb/indexes.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/exceptions.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/exceptions.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:11: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:13: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:14: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:15: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:33: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:47: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:49: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:57: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:59: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:28: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:87: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:94: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:100: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:111: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:113: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:121: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:126: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:130: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:134: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:138: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:142: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:146: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:153: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:157: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:162: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:167: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:171: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:175: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:203: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:207: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:233: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:237: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:94: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:101: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:115: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:115: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:116: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:116: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:9: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:15: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:16: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:19: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:25: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:26: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:27: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:28: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:30: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:31: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:35: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:36: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:37: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:45: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:14: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:41: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/exceptions.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:33: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:34: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/bccache.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/randpool.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:12: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:13: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:14: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:10: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:17: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:33: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:38: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:45: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/Counter.pyi:3: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/Counter.pyi:3: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi:2: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi:13: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/AllOrNothing.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/hashalgo.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/hashalgo.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/HMAC.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/HMAC.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/HMAC.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/blockalgo.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/XOR.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/XOR.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC4.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC4.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/utils.pyi:20: error: Function is missing a return type annotation
third_party/2and3/boto/s3/website.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/website.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/s3/website.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/user.pyi:10: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/multipart.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/multipart.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/lifecycle.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/s3/lifecycle.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/s3/keyfile.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/keyfile.pyi:15: error: Function is missing a return type annotation
third_party/2and3/boto/s3/keyfile.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:67: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:75: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:76: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:76: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:77: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:79: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:79: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:81: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:84: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:85: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:86: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:87: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/cors.pyi:19: error: Function is missing a return type annotation
third_party/2and3/boto/s3/cors.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/regioninfo.pyi:6: error: Function is missing a return type annotation
third_party/2and3/boto/regioninfo.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/plugin.pyi:8: error: Function is missing a return type annotation
third_party/2and3/boto/plugin.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:19: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:33: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:46: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:66: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/py_compile.pyi:20: error: Function is missing a return type annotation
stdlib/2and3/optparse.pyi:62: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:107: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:138: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:194: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:195: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:214: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/numbers.pyi:73: error: Function is missing a return type annotation
stdlib/2and3/numbers.pyi:85: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/numbers.pyi:87: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:15: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:47: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:48: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:73: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:76: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:86: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:89: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:101: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/difflib.pyi:44: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/difflib.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/3/typed_ast/ast3.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/3/typed_ast/ast27.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/3/docutils/nodes.pyi:4: error: Function is missing a type annotation for one or more arguments
stdlib/3/textwrap.pyi:82: error: Function is missing a return type annotation
stdlib/3/textwrap.pyi:100: error: Function is missing a return type annotation
stdlib/3/sre_constants.pyi:17: error: Function is missing a return type annotation
stdlib/3/smtplib.pyi:10: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:17: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:22: error: Function is missing a type annotation for one or more arguments
stdlib/3/smtplib.pyi:87: error: Function is missing a type annotation for one or more arguments
stdlib/3/posixpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/ntpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/multiprocessing/pool.pyi:58: error: Function is missing a type annotation for one or more arguments
stdlib/3/macpath.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/3/gettext.pyi:22: error: Function is missing a return type annotation
stdlib/3/gettext.pyi:29: error: Function is missing a return type annotation
stdlib/3/decimal.pyi:39: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:204: error: Function is missing a type annotation for one or more arguments
stdlib/3/decimal.pyi:223: error: Function is missing a type annotation for one or more arguments
stdlib/3/_subprocess.pyi:26: error: Function is missing a type annotation for one or more arguments
stdlib/3/_subprocess.pyi:36: error: Function is missing a type annotation for one or more arguments
stdlib/3/_json.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/3/_json.pyi:16: error: Function is missing a type annotation for one or more arguments
stdlib/3/_curses.pyi:237: error: Function is missing a return type annotation
stdlib/3/_curses.pyi:256: error: Function is missing a return type annotation
stdlib/3/_curses.pyi:348: error: Function is missing a return type annotation
stdlib/3.3/ipaddress.pyi:26: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:35: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:78: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:127: error: Function is missing a type annotation for one or more arguments
stdlib/3.3/ipaddress.pyi:199: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/serializer.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/scanner.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/representer.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/reader.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/reader.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/emitter.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/emitter.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/util/timeout.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/util/retry.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/poolmanager.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/poolmanager.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/fields.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/exceptions.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:33: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:35: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:45: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:55: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/attributes.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/attributes.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/err.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/markupsafe/__init__.pyi:18: error: Function is missing a return type annotation
third_party/2and3/markupsafe/__init__.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/markupsafe/__init__.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/optimizer.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:10: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:38: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:99: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:100: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:102: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:105: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:106: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:107: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:111: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:111: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:113: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:114: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:140: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:141: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:163: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:163: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:8: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:10: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:14: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:15: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:17: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:19: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/SHA512.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA512.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA384.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA384.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA256.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA256.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA224.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA224.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/RIPEMD.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/RIPEMD.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD5.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD5.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD4.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD4.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD2.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD2.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Cipher/DES3.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES3.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/CAST.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/CAST.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/Blowfish.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/Blowfish.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC2.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC2.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/AES.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/AES.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/termui.pyi:88: error: Function is missing a return type annotation
third_party/2and3/click/termui.pyi:107: error: Function is missing a return type annotation
third_party/2and3/click/formatting.pyi:51: error: Function is missing a return type annotation
third_party/2and3/click/formatting.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth_handler.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/saxutils.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/saxutils.pyi:30: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/fractions.pyi:61: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/fractions.pyi:62: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/calendar.pyi:78: error: Function is missing a type annotation for one or more arguments
third_party/3/werkzeug/wrappers.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:106: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:111: error: Function is missing a return type annotation
third_party/3/itsdangerous.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:131: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:139: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:140: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:146: error: Function is missing a type annotation for one or more arguments
third_party/3/itsdangerous.pyi:147: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/_common.pyi:5: error: Function is missing a return type annotation
third_party/3/dateutil/relativedelta.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/relativedelta.pyi:104: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/parser.pyi:44: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:82: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:83: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:84: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:113: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:114: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:115: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:119: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:121: error: Function is missing a type annotation for one or more arguments
stdlib/3/sqlite3/dbapi2.pyi:140: error: Function is missing a return type annotation
stdlib/3/multiprocessing/managers.pyi:25: error: Function is missing a type annotation for one or more arguments
stdlib/3/io.pyi:121: error: Function is missing a return type annotation
third_party/2and3/yaml/loader.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/connections.pyi:98: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:20: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:20: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:21: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:22: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:30: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:31: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/meta.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/_compat.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/_compat.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Protocol/KDF.pyi:6: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/KDF.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Protocol/KDF.pyi:7: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/KDF.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:138: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:159: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:170: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:180: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:253: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:288: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:293: error: Function is missing a return type annotation
third_party/2and3/click/core.pyi:296: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:299: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:306: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:403: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:426: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:20: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/auth.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:106: error: Function is missing a return type annotation
third_party/2and3/boto/auth.pyi:106: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/etree/ElementTree.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/tz.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/3/dateutil/tz/tz.pyi:74: error: Function is missing a return type annotation
stdlib/3/multiprocessing/__init__.pyi:19: error: Function is missing a type annotation for one or more arguments
stdlib/3/multiprocessing/__init__.pyi:75: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/__init__.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:27: error: Function is missing a return type annotation
third_party/2and3/jinja2/runtime.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/runtime.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:119: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:49: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:56: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:70: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:48: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:53: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:54: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:55: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:56: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:57: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:58: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:59: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:60: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:61: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:62: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:72: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:73: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:74: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:76: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:77: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:81: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:83: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:109: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:110: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:110: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:20: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/RSA.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:25: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/RSA.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/ElGamal.pyi:8: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/ElGamal.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:22: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/DSA.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/exceptions.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/decorators.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/decorators.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/atomicwrites/__init__.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/atomicwrites/__init__.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/sandbox.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connection.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connection.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/response.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/cookies.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/cookies.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/auth.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/auth.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:83: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:95: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:96: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:101: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:102: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:113: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:114: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:115: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:115: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/models.pyi:132: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/kms/layer1.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/elb/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:61: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:103: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:111: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:137: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:142: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:146: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:12: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:14: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:15: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:28: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:59: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:6: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:18: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:31: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:30: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:34: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:36: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:37: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:40: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:41: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:42: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:49: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:52: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:62: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:68: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:76: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:78: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:79: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:79: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:81: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:83: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:84: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:85: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:86: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:87: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:88: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:89: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:92: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:92: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:93: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:94: error: Function is missing a return type annotation
third_party/2and3/requests/sessions.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:95: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:97: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:98: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:99: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/__init__.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/__init__.pyi:14: error: Function is missing a return type annotation
third_party/2and3/boto/s3/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:23: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:24: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:27: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:28: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:29: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:30: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:31: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:32: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:33: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:34: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:35: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:36: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:37: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:38: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:40: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:41: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:42: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:49: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:52: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:56: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:59: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:61: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:62: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:67: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:68: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:75: error: Function is missing a type annotation for one or more arguments
running mypy --python-version 2.7 --strict-optional --config-file tests/mypy.ini # with 604 files
third_party/2and3/yaml/tokens.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/events.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/error.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/error.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/request.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/exceptions.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/_collections.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/_collections.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/__init__.pyi:2: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/structures.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:7: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:8: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:9: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:10: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:11: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:12: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:13: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:14: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/table.pyi:17: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/table.pyi:18: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:14: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:15: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:16: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:31: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:32: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:33: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:34: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:35: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:36: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:38: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:39: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:40: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:41: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:42: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:43: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:47: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:48: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:49: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:50: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:51: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:52: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:53: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/connection/base.pyi:54: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:55: error: Function is missing a return type annotation
third_party/2and3/pynamodb/connection/base.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/throttle.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/indexes.pyi:12: error: Function is missing a return type annotation
third_party/2and3/pynamodb/indexes.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/exceptions.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/exceptions.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:11: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:13: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:14: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:15: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:33: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:47: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:49: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:57: error: Function is missing a return type annotation
third_party/2and3/jinja2/parser.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/parser.pyi:59: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:28: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:87: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:94: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:100: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:111: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:113: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/nodes.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:121: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:126: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:130: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:134: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:138: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:142: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:146: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:153: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:157: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:162: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:167: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:171: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:175: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:203: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:207: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:233: error: Function is missing a return type annotation
third_party/2and3/jinja2/nodes.pyi:237: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:94: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:101: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:115: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:115: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:116: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:116: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/lexer.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/lexer.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:9: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:15: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:16: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:19: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:25: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:26: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:27: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:28: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:30: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:31: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:35: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:36: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:37: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/filters.pyi:45: error: Function is missing a return type annotation
third_party/2and3/jinja2/filters.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:14: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:41: error: Function is missing a return type annotation
third_party/2and3/jinja2/ext.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/ext.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/exceptions.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:33: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/debug.pyi:34: error: Function is missing a return type annotation
third_party/2and3/jinja2/debug.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:24: error: Function is missing a return type annotation
third_party/2and3/jinja2/bccache.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/bccache.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/randpool.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:12: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:13: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:14: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/randpool.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:10: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:17: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:33: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:38: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/asn1.pyi:45: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/asn1.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/Counter.pyi:3: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/Counter.pyi:3: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi:2: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi:13: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/AllOrNothing.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/hashalgo.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/hashalgo.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/HMAC.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/HMAC.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/HMAC.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/blockalgo.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/XOR.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/XOR.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC4.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC4.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/utils.pyi:20: error: Function is missing a return type annotation
third_party/2and3/boto/s3/website.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/website.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/s3/website.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/user.pyi:10: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/multipart.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/multipart.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/multipart.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/lifecycle.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/s3/lifecycle.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/s3/keyfile.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/keyfile.pyi:15: error: Function is missing a return type annotation
third_party/2and3/boto/s3/keyfile.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:67: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:75: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:76: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:76: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:77: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:79: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:79: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:81: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:84: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:85: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:86: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/key.pyi:87: error: Function is missing a return type annotation
third_party/2and3/boto/s3/key.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/cors.pyi:19: error: Function is missing a return type annotation
third_party/2and3/boto/s3/cors.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/regioninfo.pyi:6: error: Function is missing a return type annotation
third_party/2and3/boto/regioninfo.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/plugin.pyi:8: error: Function is missing a return type annotation
third_party/2and3/boto/plugin.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:19: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:33: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:46: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/xmlreader.pyi:66: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:15: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:47: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:48: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:73: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:76: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:86: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:89: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/formatter.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/util.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/tcpserver.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/gen.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/gen.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/gen.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/gen.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/gen.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/gen.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/gen.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/gen.pyi:97: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/concurrent.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/Thrift.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/Thrift.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2/simplejson/encoder.pyi:5: error: Function is missing a return type annotation
third_party/2/simplejson/encoder.pyi:6: error: Function is missing a return type annotation
third_party/2/simplejson/encoder.pyi:7: error: Function is missing a return type annotation
third_party/2/simplejson/decoder.pyi:5: error: Function is missing a return type annotation
third_party/2/simplejson/decoder.pyi:6: error: Function is missing a return type annotation
third_party/2/scribe/ttypes.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2/routes/util.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2/routes/mapper.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2/routes/mapper.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/connection.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/connection.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/connection.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/connection.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/connection.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/connection.pyi:92: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/connection.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/connection.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/connection.pyi:124: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/client.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/client.pyi:230: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/client.pyi:259: error: Function is missing a type annotation for one or more arguments
third_party/2/redis/client.pyi:288: error: Function is missing a type annotation for one or more arguments
third_party/2/kazoo/recipe/watchers.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2/kazoo/recipe/watchers.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2/kazoo/recipe/watchers.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2/kazoo/client.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2/kazoo/client.pyi:85: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/reflection.pyi:3: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor_pool.pyi:4: error: Function is missing a return type annotation
third_party/2/google/protobuf/message.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/message.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor.pyi:110: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor.pyi:119: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor.pyi:144: error: Function is missing a type annotation for one or more arguments
third_party/2/google/protobuf/descriptor.pyi:157: error: Function is missing a type annotation for one or more arguments
third_party/2/gflags.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2/gflags.pyi:43: error: Function is missing a return type annotation
third_party/2/gflags.pyi:117: error: Function is missing a return type annotation
third_party/2/gflags.pyi:125: error: Function is missing a type annotation for one or more arguments
third_party/2/gflags.pyi:190: error: Function is missing a return type annotation
third_party/2/gflags.pyi:194: error: Function is missing a return type annotation
third_party/2/croniter.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:5: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:11: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:22: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:28: error: Function is missing a return type annotation
stdlib/2/urllib.pyi:28: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:45: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:70: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:88: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:94: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:99: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:106: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:124: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:125: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib.pyi:126: error: Function is missing a type annotation for one or more arguments
stdlib/2/unittest.pyi:51: error: Function is missing a type annotation for one or more arguments
stdlib/2/tokenize.pyi:117: error: Function is missing a type annotation for one or more arguments
stdlib/2/tokenize.pyi:137: error: Function is missing a type annotation for one or more arguments
stdlib/2/textwrap.pyi:23: error: Function is missing a type annotation for one or more arguments
stdlib/2/subprocess.pyi:104: error: Function is missing a type annotation for one or more arguments
stdlib/2/string.pyi:61: error: Function is missing a type annotation for one or more arguments
stdlib/2/sre_parse.pyi:38: error: Function is missing a type annotation for one or more arguments
stdlib/2/sre_parse.pyi:43: error: Function is missing a return type annotation
stdlib/2/sre_parse.pyi:44: error: Function is missing a type annotation for one or more arguments
stdlib/2/smtplib.pyi:10: error: Function is missing a type annotation for one or more arguments
stdlib/2/smtplib.pyi:17: error: Function is missing a type annotation for one or more arguments
stdlib/2/smtplib.pyi:22: error: Function is missing a type annotation for one or more arguments
stdlib/2/smtplib.pyi:34: error: Function is missing a type annotation for one or more arguments
stdlib/2/smtplib.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/2/smtplib.pyi:80: error: Function is missing a type annotation for one or more arguments
stdlib/2/smtplib.pyi:84: error: Function is missing a type annotation for one or more arguments
stdlib/2/robotparser.pyi:2: error: Function is missing a return type annotation
stdlib/2/robotparser.pyi:4: error: Function is missing a return type annotation
stdlib/2/robotparser.pyi:5: error: Function is missing a return type annotation
stdlib/2/repr.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:15: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:16: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:17: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:18: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:19: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:20: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:21: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:22: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:23: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:24: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:25: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:26: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:28: error: Function is missing a type annotation for one or more arguments
stdlib/2/repr.pyi:31: error: Function is missing a type annotation for one or more arguments
stdlib/2/inspect.pyi:66: error: Function is missing a type annotation for one or more arguments
stdlib/2/inspect.pyi:69: error: Function is missing a type annotation for one or more arguments
stdlib/2/inspect.pyi:73: error: Function is missing a type annotation for one or more arguments
stdlib/2/heapq.pyi:5: error: Function is missing a type annotation for one or more arguments
stdlib/2/exceptions.pyi:10: error: Function is missing a type annotation for one or more arguments
stdlib/2/exceptions.pyi:11: error: Function is missing a type annotation for one or more arguments
stdlib/2/email/mime/base.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2/email/__init__.pyi:3: error: Function is missing a return type annotation
stdlib/2/email/__init__.pyi:3: error: Function is missing a type annotation for one or more arguments
stdlib/2/email/__init__.pyi:4: error: Function is missing a return type annotation
stdlib/2/email/__init__.pyi:4: error: Function is missing a type annotation for one or more arguments
stdlib/2/email/__init__.pyi:5: error: Function is missing a return type annotation
stdlib/2/email/__init__.pyi:5: error: Function is missing a type annotation for one or more arguments
stdlib/2/email/__init__.pyi:6: error: Function is missing a return type annotation
stdlib/2/email/__init__.pyi:6: error: Function is missing a type annotation for one or more arguments
stdlib/2/decimal.pyi:52: error: Function is missing a return type annotation
stdlib/2/decimal.pyi:155: error: Function is missing a type annotation for one or more arguments
stdlib/2/_struct.pyi:13: error: Function is missing a type annotation for one or more arguments
stdlib/2/_sre.pyi:38: error: Function is missing a type annotation for one or more arguments
stdlib/2/_sre.pyi:40: error: Function is missing a type annotation for one or more arguments
stdlib/2/_json.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2/_json.pyi:11: error: Function is missing a type annotation for one or more arguments
stdlib/2/_io.pyi:80: error: Function is missing a type annotation for one or more arguments
stdlib/2/_io.pyi:101: error: Function is missing a type annotation for one or more arguments
stdlib/2/_io.pyi:102: error: Function is missing a type annotation for one or more arguments
stdlib/2/_hotshot.pyi:14: error: Function is missing a type annotation for one or more arguments
stdlib/2/_hotshot.pyi:30: error: Function is missing a type annotation for one or more arguments
stdlib/2/_hotshot.pyi:31: error: Function is missing a type annotation for one or more arguments
stdlib/2/_collections.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2/_ast.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/serializer.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/scanner.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/representer.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/reader.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/reader.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/emitter.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/emitter.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/util/timeout.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/util/retry.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/poolmanager.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/poolmanager.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/fields.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/exceptions.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/cookies.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/cookies.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:33: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:35: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:45: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/models.pyi:55: error: Function is missing a return type annotation
third_party/2and3/pynamodb/models.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/err.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/optimizer.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:10: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:38: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:99: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:100: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:102: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:105: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:106: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:107: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:111: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:111: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:113: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:114: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:117: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/compiler.pyi:140: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:141: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:163: error: Function is missing a return type annotation
third_party/2and3/jinja2/compiler.pyi:163: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/_compat.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/_compat.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:8: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:10: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:14: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:15: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:16: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:17: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Util/number.pyi:19: error: Function is missing a return type annotation
third_party/2and3/Crypto/Util/number.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Hash/SHA512.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA512.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA384.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA384.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA256.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA256.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA224.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA224.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/SHA.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/RIPEMD.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/RIPEMD.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD5.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD5.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD4.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD4.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD2.pyi:9: error: Function is missing a return type annotation
third_party/2and3/Crypto/Hash/MD2.pyi:11: error: Function is missing a return type annotation
third_party/2and3/Crypto/Cipher/DES3.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES3.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/DES.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/CAST.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/CAST.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/Blowfish.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/Blowfish.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC2.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/ARC2.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/AES.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Cipher/AES.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth_handler.pyi:8: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/saxutils.pyi:16: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/sax/saxutils.pyi:30: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/py_compile.pyi:20: error: Function is missing a return type annotation
stdlib/2and3/optparse.pyi:62: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:107: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:138: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:194: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:195: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/optparse.pyi:214: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/numbers.pyi:85: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/numbers.pyi:87: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/difflib.pyi:44: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/difflib.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2/werkzeug/wrappers.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/ioloop.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/ioloop.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httputil.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httputil.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httputil.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httpclient.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httpclient.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httpclient.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httpclient.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httpclient.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/transport/TTransport.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/transport/TTransport.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/transport/TTransport.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/transport/TTransport.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/transport/TTransport.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/transport/TTransport.pyi:97: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/protocol/TProtocol.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/protocol/TProtocol.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2/OpenSSL/crypto.pyi:19: error: Function is missing a return type annotation
third_party/2/OpenSSL/crypto.pyi:166: error: Function is missing a return type annotation
third_party/2/OpenSSL/crypto.pyi:177: error: Function is missing a return type annotation
third_party/2/OpenSSL/crypto.pyi:178: error: Function is missing a return type annotation
third_party/2/OpenSSL/crypto.pyi:179: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:89: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:125: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:143: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:161: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:171: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:181: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:192: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:210: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:220: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:238: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:248: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:258: error: Function is missing a type annotation for one or more arguments
third_party/2/fb303/FacebookService.pyi:276: error: Function is missing a type annotation for one or more arguments
third_party/2/cryptography/hazmat/primitives/serialization.pyi:26: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:72: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:82: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:83: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:85: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:86: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:87: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:88: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:109: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:110: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:112: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:113: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:114: error: Function is missing a type annotation for one or more arguments
stdlib/2/pydoc.pyi:115: error: Function is missing a type annotation for one or more arguments
stdlib/2/HTMLParser.pyi:11: error: Function is missing a type annotation for one or more arguments
stdlib/2/HTMLParser.pyi:14: error: Function is missing a return type annotation
stdlib/2/HTMLParser.pyi:15: error: Function is missing a return type annotation
stdlib/2/HTMLParser.pyi:16: error: Function is missing a return type annotation
stdlib/2/HTMLParser.pyi:17: error: Function is missing a return type annotation
stdlib/2/HTMLParser.pyi:18: error: Function is missing a return type annotation
stdlib/2/HTMLParser.pyi:19: error: Function is missing a return type annotation
stdlib/2/HTMLParser.pyi:20: error: Function is missing a return type annotation
stdlib/2/HTMLParser.pyi:21: error: Function is missing a return type annotation
stdlib/2/HTMLParser.pyi:22: error: Function is missing a return type annotation
stdlib/2/HTMLParser.pyi:24: error: Function is missing a return type annotation
stdlib/2/email/mime/multipart.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/loader.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/dumper.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/attributes.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pynamodb/attributes.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/cursors.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/connections.pyi:98: error: Function is missing a return type annotation
third_party/2and3/markupsafe/__init__.pyi:18: error: Function is missing a return type annotation
third_party/2and3/markupsafe/__init__.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/markupsafe/__init__.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/meta.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Protocol/KDF.pyi:6: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/KDF.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/Protocol/KDF.pyi:7: error: Function is missing a return type annotation
third_party/2and3/Crypto/Protocol/KDF.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/termui.pyi:88: error: Function is missing a return type annotation
third_party/2and3/click/termui.pyi:107: error: Function is missing a return type annotation
third_party/2and3/click/formatting.pyi:51: error: Function is missing a return type annotation
third_party/2and3/click/formatting.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:20: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/auth.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/auth.pyi:106: error: Function is missing a return type annotation
third_party/2and3/boto/auth.pyi:106: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/xml/etree/ElementTree.pyi:74: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/fractions.pyi:61: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/fractions.pyi:62: error: Function is missing a type annotation for one or more arguments
stdlib/2and3/calendar.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:103: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:121: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:136: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:142: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:192: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:199: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:210: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:229: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:241: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/web.pyi:250: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httpserver.pyi:7: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httpserver.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2/tornado/httpserver.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/transport/TSocket.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/transport/TSocket.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/protocol/TBinaryProtocol.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2/thrift/protocol/TBinaryProtocol.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2/six/__init__.pyi:84: error: Function is missing a return type annotation
third_party/2/scribe/scribe.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2/scribe/scribe.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2/scribe/scribe.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2/scribe/scribe.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2/pymssql.pyi:9: error: Function is missing a type annotation for one or more arguments
third_party/2/pymssql.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:107: error: Function is missing a return type annotation
third_party/2/itsdangerous.pyi:108: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:109: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:122: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:123: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:124: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:127: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:129: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:130: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:135: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:136: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:137: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:142: error: Function is missing a type annotation for one or more arguments
third_party/2/itsdangerous.pyi:143: error: Function is missing a type annotation for one or more arguments
third_party/2/dateutil/tz/_common.pyi:5: error: Function is missing a return type annotation
third_party/2/dateutil/tz/_common.pyi:5: error: Function is missing a type annotation for one or more arguments
third_party/2/dateutil/relativedelta.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2/dateutil/relativedelta.pyi:83: error: Function is missing a type annotation for one or more arguments
stdlib/2/sqlite3/dbapi2.pyi:82: error: Function is missing a type annotation for one or more arguments
stdlib/2/sqlite3/dbapi2.pyi:83: error: Function is missing a type annotation for one or more arguments
stdlib/2/sqlite3/dbapi2.pyi:84: error: Function is missing a type annotation for one or more arguments
stdlib/2/sqlite3/dbapi2.pyi:108: error: Function is missing a type annotation for one or more arguments
stdlib/2/sqlite3/dbapi2.pyi:113: error: Function is missing a type annotation for one or more arguments
stdlib/2/sqlite3/dbapi2.pyi:114: error: Function is missing a type annotation for one or more arguments
stdlib/2/sqlite3/dbapi2.pyi:115: error: Function is missing a type annotation for one or more arguments
stdlib/2/sqlite3/dbapi2.pyi:119: error: Function is missing a type annotation for one or more arguments
stdlib/2/sqlite3/dbapi2.pyi:121: error: Function is missing a type annotation for one or more arguments
stdlib/2/sqlite3/dbapi2.pyi:140: error: Function is missing a return type annotation
stdlib/2/os/__init__.pyi:167: error: Function is missing a type annotation for one or more arguments
stdlib/2/os/__init__.pyi:275: error: Function is missing a type annotation for one or more arguments
stdlib/2/os/__init__.pyi:276: error: Function is missing a type annotation for one or more arguments
stdlib/2/os/__init__.pyi:277: error: Function is missing a type annotation for one or more arguments
stdlib/2/os/__init__.pyi:278: error: Function is missing a type annotation for one or more arguments
stdlib/2/httplib.pyi:31: error: Function is missing a type annotation for one or more arguments
stdlib/2/httplib.pyi:49: error: Function is missing a type annotation for one or more arguments
stdlib/2/httplib.pyi:59: error: Function is missing a return type annotation
stdlib/2/httplib.pyi:63: error: Function is missing a type annotation for one or more arguments
stdlib/2/httplib.pyi:68: error: Function is missing a return type annotation
stdlib/2/httplib.pyi:75: error: Function is missing a type annotation for one or more arguments
stdlib/2/httplib.pyi:82: error: Function is missing a type annotation for one or more arguments
stdlib/2/httplib.pyi:91: error: Function is missing a type annotation for one or more arguments
stdlib/2/httplib.pyi:100: error: Function is missing a type annotation for one or more arguments
stdlib/2/httplib.pyi:110: error: Function is missing a type annotation for one or more arguments
stdlib/2/httplib.pyi:113: error: Function is missing a type annotation for one or more arguments
stdlib/2/httplib.pyi:118: error: Function is missing a type annotation for one or more arguments
stdlib/2/email/mime/text.pyi:4: error: Function is missing a type annotation for one or more arguments
stdlib/2/email/MIMEText.pyi:4: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/__init__.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/auth.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/auth.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:13: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/pymysql/__init__.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:17: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:17: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:18: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:20: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:20: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:21: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:22: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:23: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:30: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:31: error: Function is missing a return type annotation
third_party/2and3/jinja2/utils.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/utils.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:20: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/RSA.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/RSA.pyi:25: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/RSA.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/ElGamal.pyi:8: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/ElGamal.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/Crypto/PublicKey/DSA.pyi:22: error: Function is missing a return type annotation
third_party/2and3/Crypto/PublicKey/DSA.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:138: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:159: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:170: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:180: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:253: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:288: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:293: error: Function is missing a return type annotation
third_party/2and3/click/core.pyi:296: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:299: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:306: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:403: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/core.pyi:426: error: Function is missing a type annotation for one or more arguments
third_party/2/dateutil/tz/tz.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2/dateutil/tz/tz.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2/dateutil/tz/tz.pyi:74: error: Function is missing a return type annotation
stdlib/2/xmlrpclib.pyi:88: error: Function is missing a return type annotation
stdlib/2/xmlrpclib.pyi:131: error: Function is missing a return type annotation
stdlib/2/urllib2.pyi:30: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib2.pyi:37: error: Function is missing a type annotation for one or more arguments
stdlib/2/urllib2.pyi:49: error: Function is missing a return type annotation
stdlib/2/urllib2.pyi:50: error: Function is missing a return type annotation
stdlib/2/urllib2.pyi:52: error: Function is missing a return type annotation
stdlib/2/tempfile.pyi:37: error: Function is missing a type annotation for one or more arguments
stdlib/2/tempfile.pyi:40: error: Function is missing a type annotation for one or more arguments
stdlib/2/tempfile.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:27: error: Function is missing a return type annotation
third_party/2and3/jinja2/runtime.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:32: error: Function is missing a return type annotation
third_party/2and3/jinja2/runtime.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:80: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/runtime.pyi:119: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:12: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:49: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:56: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/loaders.pyi:70: error: Function is missing a return type annotation
third_party/2and3/jinja2/loaders.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:48: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:53: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:54: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:55: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:56: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:57: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:58: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:59: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:60: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:61: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:62: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:72: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:73: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:74: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:76: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:77: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:81: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:83: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:105: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:109: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/environment.pyi:110: error: Function is missing a return type annotation
third_party/2and3/jinja2/environment.pyi:110: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/exceptions.pyi:16: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/decorators.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/click/decorators.pyi:19: error: Function is missing a type annotation for one or more arguments
third_party/2and3/atomicwrites/__init__.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/atomicwrites/__init__.pyi:16: error: Function is missing a type annotation for one or more arguments
stdlib/2/SimpleHTTPServer.pyi:14: error: Function is missing a return type annotation
third_party/2and3/requests/packages/urllib3/connection.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connection.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/models.pyi:132: error: Function is missing a type annotation for one or more arguments
third_party/2and3/jinja2/sandbox.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/response.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:10: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:22: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/api.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:83: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:95: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:96: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:101: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:102: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:102: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:113: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:113: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:114: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:114: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/connection.pyi:115: error: Function is missing a return type annotation
third_party/2and3/boto/connection.pyi:115: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/packages/urllib3/connectionpool.pyi:83: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/kms/layer1.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/elb/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:21: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:61: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:103: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:107: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:111: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:117: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:128: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:133: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:137: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:142: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/exception.pyi:146: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:95: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:96: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:97: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:98: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:99: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:100: error: Function is missing a type annotation for one or more arguments
third_party/2and3/requests/sessions.pyi:101: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:12: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:12: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:14: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:15: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:15: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:28: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:59: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/connection.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/connection.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:6: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:18: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:18: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucketlistresultset.pyi:31: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucketlistresultset.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:30: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:34: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:36: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:37: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:40: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:41: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:42: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:49: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:52: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:62: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:68: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:76: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:78: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:79: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:79: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:80: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:81: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:81: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:82: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:82: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:83: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:84: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:85: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:86: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:86: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:87: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:87: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:88: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:88: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:89: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:92: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:92: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:93: error: Function is missing a return type annotation
third_party/2and3/boto/s3/bucket.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/bucket.pyi:94: error: Function is missing a return type annotation
third_party/2and3/boto/s3/__init__.pyi:11: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/s3/__init__.pyi:14: error: Function is missing a return type annotation
third_party/2and3/boto/s3/__init__.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:23: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:23: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:24: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:24: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:25: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:25: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:26: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:27: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:28: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:28: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:29: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:29: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:30: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:30: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:31: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:31: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:32: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:32: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:33: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:33: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:34: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:34: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:35: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:35: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:36: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:36: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:37: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:37: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:38: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:38: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:39: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:39: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:40: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:40: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:41: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:41: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:42: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:42: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:43: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:43: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:44: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:44: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:45: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:45: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:46: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:46: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:47: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:47: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:48: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:48: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:49: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:49: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:50: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:50: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:51: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:51: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:52: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:52: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:53: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:53: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:54: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:54: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:55: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:55: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:56: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:56: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:57: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:57: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:58: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:58: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:59: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:59: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:60: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:60: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:61: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:61: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:62: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:62: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:63: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:63: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:64: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:64: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:65: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:65: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:66: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:66: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:67: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:67: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:68: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:68: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:69: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:69: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:70: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:71: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:71: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:72: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:72: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:73: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:73: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:74: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:74: error: Function is missing a type annotation for one or more arguments
third_party/2and3/boto/__init__.pyi:75: error: Function is missing a return type annotation
third_party/2and3/boto/__init__.pyi:75: error: Function is missing a type annotation for one or more arguments
--- exit status 1 ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment