Skip to content

Commit 67a4098

Browse files
sethbuffCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 8cfc3e1 commit 67a4098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aredis_om/model/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
class GeoFilter:
11-
def __init__(self, longitude: str, latitude: str, radius: str, unit: RadiusUnit):
11+
def __init__(self, longitude: float, latitude: float, radius: float, unit: RadiusUnit):
1212
self.longitude = longitude
1313
self.latitude = latitude
1414
self.radius = radius

0 commit comments

Comments
 (0)