Skip to content

Instantly share code, notes, and snippets.

@ilinum
Created March 22, 2018 02:25
Show Gist options
  • Save ilinum/08c1a4d428f58f2c9e30a5cc8922037d to your computer and use it in GitHub Desktop.
Save ilinum/08c1a4d428f58f2c9e30a5cc8922037d to your computer and use it in GitHub Desktop.
Crash Stacktrace
This file has been truncated, but you can view the full file.
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/bin/mypy", line 11, in <module>
load_entry_point('mypy===0.570-dev-3e1baaed031243efdb4a33f67654f6eb88568ff4-dirty', 'console_scripts', 'mypy')()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/__main__.py", line 7, in console_entry
main(None)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/main.py", line 80, in main
type_check_only(sources, bin_dir, options, flush_errors)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/main.py", line 129, in type_check_only
flush_errors=flush_errors)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/build.py", line 180, in build
result = _build(sources, options, alt_lib_path, bin_dir, saved_cache, flush_errors)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/build.py", line 266, in _build
graph = dispatch(sources, manager)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/build.py", line 2116, in dispatch
process_graph(graph, manager)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/build.py", line 2423, in process_graph
process_stale_scc(graph, scc, manager)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/build.py", line 2601, in process_stale_scc
graph[id].semantic_analysis_pass_three()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/build.py", line 1957, in semantic_analysis_pass_three
self.options, patches)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/semanal_pass3.py", line 69, in visit_file
self.accept(file_node)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/semanal_pass3.py", line 92, in accept
node.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/nodes.py", line 237, in accept
return visitor.visit_mypy_file(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/traverser.py", line 30, in visit_mypy_file
d.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/nodes.py", line 819, in accept
return visitor.visit_assignment_stmt(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/semanal_pass3.py", line 243, in visit_assignment_stmt
self.analyze(analyzed.info.tuple_type, analyzed, warn=True)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/semanal_pass3.py", line 368, in analyze
self.check_for_omitted_generics(type)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/semanal_pass3.py", line 427, in check_for_omitted_generics
for t in collect_any_types(typ):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 959, in collect_any_types
return t.accept(CollectAnyTypesQuery())
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in <genexpr>
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1422, in accept
return visitor.visit_forwardref_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1874, in visit_forwardref_type
return t.resolved.accept(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 991, in accept
return visitor.visit_tuple_type(self)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1855, in visit_tuple_type
return self.query_types(t.items)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/types.py", line 1886, in query_types
return self.strategy(t.accept(self) for t in types)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/typeanal.py", line 972, in combine_lists_strategy
for l in it:
File "/Library/Frameworks/Python.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment