Skip to content

Commit

Permalink
Stop including old __future__ imports that are already mandatory in s…
Browse files Browse the repository at this point in the history
…tock Py3
  • Loading branch information
Karl Chen committed Aug 24, 2021
1 parent f4c3747 commit 87dfb1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/pyflyby/mandatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# You can write this in any *.py file in your $PYFLYBY_PATH,
# e.g. ~/.pyflyby/mandatory.py.

__mandatory_imports__ = [
'from __future__ import absolute_import, division',
]
# __mandatory_imports__ = [
# 'from __future__ import absolute_import, division',
# ]

0 comments on commit 87dfb1d

Please sign in to comment.