minor PEP8 cleanup (" -> ')
This commit is contained in:
parent
6416b66f6e
commit
61fb3b1044
18 changed files with 456 additions and 456 deletions
|
@ -10,5 +10,5 @@ from . import textui
|
|||
try:
|
||||
from . import cython_types as types
|
||||
except:
|
||||
aux._print("unable to load C implementation, using python instead", textui.prefix.warn)
|
||||
aux._print('unable to load C implementation, using python instead', textui.prefix.warn)
|
||||
from . import python_types as types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue