Skip to content

Commit c042f56

Browse files
committed
Export NULL_TREE
1 parent 07b124c commit c042f56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
)
1717

1818

19-
__all__ = ('Diffable', 'DiffIndex', 'Diff')
19+
__all__ = ('Diffable', 'DiffIndex', 'Diff', 'NULL_TREE')
2020

2121
# Special object to compare against the empty tree in diffs
2222
NULL_TREE = object()

0 commit comments

Comments
 (0)