Skip to content

Commit

Permalink
Satisfy with future imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lc0 committed Feb 23, 2019
1 parent 3b2a1a8 commit 7a733d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/tools/compatibility/ipynb.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

"""A module to support operation on ipynb files"""

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

import collections
Expand Down

0 comments on commit 7a733d1

Please sign in to comment.