Fix static-python-tests (#1839)

* Disable bandit linter on false positive lines

* Shorten docstring to fix linter error
This commit is contained in:
F. Eugene Aumson
2019-05-29 14:28:17 -04:00
committed by GitHub
parent bd2839110b
commit b68df3a067
2 changed files with 6 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ class StartTestRelayerCommand(distutils.command.build_py.build_py):
class StopTestRelayerCommand(distutils.command.build_py.build_py):
"""Custom command to tear down the local 0x-launch-kit-backend test relayer."""
"""Custom command to tear down the 0x-launch-kit-backend test relayer."""
description = "Tear down launch-kit daemon."