Skip to content

Commit

Permalink
Merge pull request tensorflow#29548 from tensorflow/bananabowl-patch-2
Browse files Browse the repository at this point in the history
Copy cl/250062993
  • Loading branch information
bananabowl authored Jun 8, 2019
2 parents 356b8b9 + ff62629 commit 648ea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/git/gen_git_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from builtins import bytes # pylint: disable=redefined-builtin
import argparse
import json
import os
import shutil
import subprocess
from future.builtins import bytes


def parse_branch_ref(filename):
Expand Down

0 comments on commit 648ea74

Please sign in to comment.