Skip to content

Commit

Permalink
Fix mavros/param.py to work in python2 and python3, #940
Browse files Browse the repository at this point in the history
Simplify python3 fixes, #940

Remove unnecessary functools
  • Loading branch information
fnoop authored and vooon committed Nov 29, 2018
1 parent 5e9d948 commit e1edc96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mavros/src/mavros/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import time
import rospy
import mavros
import functools

from mavros_msgs.msg import ParamValue
from mavros_msgs.srv import ParamPull, ParamPush, ParamGet, ParamSet
Expand Down

0 comments on commit e1edc96

Please sign in to comment.