Skip to content

Commit

Permalink
This should fail. Undo change from #408
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Oct 5, 2024
1 parent 8f53df3 commit 08d8434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/h3/api/basic_int/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def str_to_int(h):
int
Unsigned 64-bit integer
"""
return _cy.str_to_int(str(h))
return _cy.str_to_int(h)


def int_to_str(x):
Expand Down

0 comments on commit 08d8434

Please sign in to comment.