mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-15791 Force spaces around "=" sign preceding default value of annotated parameter
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
def g(x: object=None):
|
||||
def g(x: object = None):
|
||||
return x
|
||||
|
||||
Reference in New Issue
Block a user