fic mypy ci (#747)

This commit is contained in:
Atsushi Sakai
2022-11-10 21:29:11 +09:00
committed by GitHub
parent 85e00de888
commit b50a1180d8

View File

@@ -138,7 +138,3 @@ class LidarSimulator:
ry.append(range_db[i] * np.sin(t))
return rx, ry
if __name__ == '__main__':
main()