Skip to content

Commit b50a118

Browse files
authored
fic mypy ci (AtsushiSakai#747)
1 parent 85e00de commit b50a118

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Mapping/rectangle_fitting/simulator.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,3 @@ def ray_casting_filter(theta_l, range_l, angle_resolution):
138138
ry.append(range_db[i] * np.sin(t))
139139

140140
return rx, ry
141-
142-
143-
if __name__ == '__main__':
144-
main()

0 commit comments

Comments
 (0)