We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe9c61 commit aa28d79Copy full SHA for aa28d79
src/10-async-web/acityscape_api/services/location_service.py
@@ -8,7 +8,8 @@
8
9
measured_latency_in_sec = [
10
0.28844, 0.334694, 0.33468, 0.343911, 0.339515, 0.344329, 0.341594, 0.352366,
11
- 0.535646, 0.527148, 0.533472, 0.53351, 0.523462]
+ 0.535646, 0.527148, 0.533472, 0.53351, 0.523462
12
+]
13
14
15
async def get_lat_long(zip_code: str, country: str) -> Tuple[float, float]:
0 commit comments