Use flake8 tool to clean up file to pep8 standards
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user