We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b29bf1 commit d6807ddCopy full SHA for d6807dd
src/difflib-parser/__init__.py renamed to src/difflib_parser/__init__.py
src/difflib-parser/difflib_parser.py renamed to src/difflib_parser/difflib_parser.py
@@ -67,9 +67,6 @@ class Diff:
67
68
69
# Parser inspired by https://github.com/yebrahim/difflibparser/blob/master/difflibparser.py
70
-# Rather than relying on the iterator pattern, we're opting to use the generator pattern instead to avoid managing an
71
-# "end of diff" exception
72
-# Also included several code refactors to clean up the general code structure
73
class DiffParser:
74
def __init__(self, left_text, right_text):
75
self.__left_text = left_text
0 commit comments