Skip to content

Commit

Permalink
resolve beartype warning
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-zeel committed Aug 24, 2024
1 parent 02c0ed7 commit ff94c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion garuda/od.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from garuda.ops import webm_pixel_to_geo, geo_to_webm_pixel, local_to_geo, label_studio_csv_to_obb
from beartype import beartype
from jaxtyping import Float, jaxtyped
from typing import Union
from beartype.typing import Union
import warnings

@jaxtyped(typechecker=beartype)
Expand Down
2 changes: 1 addition & 1 deletion garuda/ops.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
from numpy import ndarray
import pyproj
from typing import Tuple, Union
from beartype.typing import Tuple, Union
import warnings
from beartype import beartype
from jaxtyping import Float, jaxtyped
Expand Down

0 comments on commit ff94c3a

Please sign in to comment.