Skip to content

Commit d6807dd

Browse files
committed
Refactor
1 parent 0b29bf1 commit d6807dd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
File renamed without changes.

src/difflib-parser/difflib_parser.py renamed to src/difflib_parser/difflib_parser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ class Diff:
6767

6868

6969
# 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
7370
class DiffParser:
7471
def __init__(self, left_text, right_text):
7572
self.__left_text = left_text

0 commit comments

Comments
 (0)