Remove stray unicode character from tox.ini

The weird unicode back tick might cause Python unicode deserialization
error when reading tox file.

Change-Id: I753fa4b700dd3634f19c9e5201575f75ab9e9080
This commit is contained in:
Ilya Etingof 2018-10-16 18:44:27 +02:00
parent 0480def823
commit 02e4016154
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ commands = oslo_debug_helper -t sushy/tests {posargs}
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
# [H106] Dont put vim configuration in source files.
# [H106] Don't put vim configuration in source files.
# [H203] Use assertIs(Not)None to check for None.
# [H204] Use assert(Not)Equal to check for equality.
# [H205] Use assert(Greater|Less)(Equal) for comparison.