clever: Remove shebang from basic.py test

Tests executed by ros_pytest are not meant to have shebangs anyway.
This commit is contained in:
Alexey Rogachevskiy
2020-03-18 20:47:09 +03:00
parent 6b9d90d3d7
commit 8042669ade

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import rospy
import pytest
from mavros_msgs.msg import State