Use flake8 tool to clean up file to pep8 standards

This commit is contained in:
Chris Gilmer
2017-01-26 11:33:35 -08:00
committed by ORD
parent 606ecd5fa3
commit e711a1e929
5 changed files with 79 additions and 81 deletions

View File

@@ -1,11 +1,10 @@
"""
Python library to control an UR robot through its TCP/IP interface
"""
from urx.urrobot import RobotException, URRobot # noqa
__version__ = "0.9.0"
from urx.urrobot import RobotException, URRobot
try:
from urx.robot import Robot
except ImportError as ex: