Submitter | phabricator |
---|---|
Date | Nov. 7, 2019, 8:32 a.m. |
Message ID | <99b50afde9453a9049685fd392ad5418@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42867/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/linelog.py b/mercurial/linelog.py --- a/mercurial/linelog.py +++ b/mercurial/linelog.py @@ -53,7 +53,7 @@ return iter(self.lines) -class _llinstruction(object): +class _llinstruction(object): # pytype: disable=ignored-metaclass __metaclass__ = abc.ABCMeta