Replace curly quotes with straight quotes

Curly quotes usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: I3e99e14394469b1c16afe943dc69df5631f73186
This commit is contained in:
melissaml 2018-01-26 00:43:44 +08:00
parent 501633611c
commit 3b87b4ef06
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
import-order-style = pep8
application-import-names = ironic_staging_drivers
max-complexity=17
# [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.
# [H904] Delay string interpolations at logging calls.
enable-extensions=H106,H203,H904