pull/1/head
fkarg 2019-05-27 18:24:38 +02:00
rodzic 2991c5a54c
commit a90a710318
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -537,7 +537,7 @@ class Issue:
def __eq__(self, other):
if other is not None:
if isinstance(other, Milestone):
if isinstance(other, Issue):
return other.id == self.id
return False