Skip to content

Commit

Permalink
Update Geo_Pri.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
SansPapyrus683 authored Oct 27, 2024
1 parent 210ae36 commit c41535e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/5_Plat/Geo_Pri.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ class Solution:
# Take the arctg in radians
angles.append(atan2(p[1] - location[1], p[0] - location[0]))

if len(angles) == 0:
if not angles:
return extra

# Sort angles
Expand Down

0 comments on commit c41535e

Please sign in to comment.