removed extra assignment

This commit is contained in:
Clay Gerrard
2010年07月29日 15:06:01 -05:00
parent 1d882b3fa5
commit 17a108a633

View File

@@ -58,8 +58,6 @@ class MockTrue(object):
def __repr__(*args, **kwargs):
return repr(True)
def __eq__(self, other):
self = True
return self == other
return other == True
def __ne__(self, other):
self = True
return self != other
return other != True
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.