Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix whitespace
  • Loading branch information
ilevkivskyi committed Apr 13, 2017
commit b956d46647e19b34efc5dee686cca6c63ec97c32
1 change: 0 additions & 1 deletion mypy/semanal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3420,7 +3420,6 @@ def visit_file(self, file: MypyFile, fnam: str, mod_id: str, options: Options) -
we generate dummy symbol table nodes for the imported names,
and these will get resolved in later phases of semantic
analysis.

"""
sem = self.sem
self.sem.options = options # Needed because we sometimes call into it
Expand Down