PY-15791 Force spaces around "=" sign preceding default value of annotated parameter

This commit is contained in:
Mikhail Golubev
2015-07-16 19:15:11 +03:00
parent a2bb07769f
commit 5c4b6ceaa4
6 changed files with 23 additions and 6 deletions
@@ -1,2 +1,2 @@
def g(x: object=None):
def g(x: object = None):
return x