Skip to content

Commit 188a9e7

Browse files
authored
Update python/private/version.bzl
1 parent c837f10 commit 188a9e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/private/version.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,6 @@ def _version_eq(left, right):
706706
left.post == right.post and
707707
left.dev == right.dev
708708
# local is ignored for == checks
709-
##and left.local == right.local
710709
)
711710

712711
def _version_compatible(left, right):

0 commit comments

Comments
 (0)