Skip to content

Commit

Permalink
Merge pull request #342 from Carreau/38-never
Browse files Browse the repository at this point in the history
Remove dead code branch.
  • Loading branch information
Carreau authored May 20, 2024
2 parents 98a58a9 + 2d99bee commit b4de14b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/python/pyflyby/_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,6 @@ def _annotate_ast_startpos(
# the beginning of the line.
# In Python 3, the col_offset for the with is 0 again.
aast_node.startpos = startpos
if sys.version_info <= (3, 8):
aast_node.startpos = max(startpos, minpos)
return False

assert aast_node.col_offset == -1
Expand Down

0 comments on commit b4de14b

Please sign in to comment.