Skip to content

Commit d40c51f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 992ba7b commit d40c51f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: other/graham_scan.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from math import atan2, degrees
1414
from sys import maxsize
1515

16+
1617
# traversal from the lowest and the most left point in anti-clockwise direction
1718
# if direction gets right, the previous point is not the convex hull.
1819
class Direction(Enum):

0 commit comments

Comments
 (0)