Skip to content

Commit a59638b

Browse files
Fix for Python 3.9 and 3.8
1 parent ff50ac7 commit a59638b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

patchdiff/pointer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import re
24
from typing import Any, Hashable, List, Tuple
35

0 commit comments

Comments
 (0)