Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -12,8 +12,9 @@ | ... | @@ -12,8 +12,9 @@ |
12 | # See the License for the specific language governing permissions and | 12 | # See the License for the specific language governing permissions and |
13 | # limitations under the License. | 13 | # limitations under the License. |
14 | 14 | ||
15 | -from .gitcommit import diff_parse | 15 | +from .gitcommit import diff_parse, truncate |
16 | 16 | ||
17 | __all__ = [ | 17 | __all__ = [ |
18 | - 'diff_parse' | 18 | + 'diff_parse', |
19 | + 'truncate', | ||
19 | ] | 20 | ] |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment