Skip to content

Commit 4fa7741

Browse files
committed
Edit to update pypy links
1 parent a1438db commit 4fa7741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vicutils/geometry/geometry.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,5 @@ def inside(self, p):
166166
if sum(hits) == 4:
167167
return True
168168

169-
return sum(hits) == 4
169+
return sum(hits) == 4
170+

0 commit comments

Comments
 (0)