minor PEP8 cleanup (" -> ')
This commit is contained in:
parent
6416b66f6e
commit
61fb3b1044
18 changed files with 456 additions and 456 deletions
2
aux.py
2
aux.py
|
@ -5,4 +5,4 @@ import sys
|
|||
|
||||
from . import core
|
||||
|
||||
_print = core.textui.Output("over", stream=sys.stderr)
|
||||
_print = core.textui.Output('over', stream=sys.stderr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue