Skip to content

Commit

Permalink
Remove extraneous line
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwa84 committed Jun 19, 2019
1 parent f38d975 commit bcff2ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
from __future__ import division
from __future__ import print_function

import sys
print(sys.version)

# Dependency imports
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@
])
if _VERSION_SUFFIX:
__version__ = '{}-{}'.format(__version__, _VERSION_SUFFIX)
if __version__.endswith('dev'): __version__ += '20190613'

0 comments on commit bcff2ba

Please sign in to comment.