docs: remove unneeded 'coding' from program template

This commit is contained in:
Oleg Kalachev
2021-11-30 16:40:35 +03:00
parent 36a4962bc0
commit 75aed624db
2 changed files with 0 additions and 4 deletions

View File

@@ -51,8 +51,6 @@ python3 flight.py
Below is a complete flight program that performs a takeoff, flies forward and lands:
```python
#coding: utf8
import rospy
from clover import srv
from std_srvs.srv import Trigger