Skip to content

Commit f9aa54c

Browse files
committed
remove mypy hash from dev versions
1 parent 41706dc commit f9aa54c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mypy/version.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
1313
if __version__.endswith('+dev') and git.is_git_repo(mypy_dir) and git.have_git():
1414
__version__ += '.' + git.git_revision(mypy_dir).decode('utf-8')
15-
mypy_version += '.' + git.git_revision(mypy_dir).decode('utf-8')
1615
if git.is_dirty(mypy_dir):
1716
__version__ += '.dirty'
18-
mypy_version += '.dirty'
1917
del mypy_dir

0 commit comments

Comments
 (0)