Skip to content

Commit bf30942

Browse files
committed
[SPARK-2627] PEP8: comment spacing
PEP 8 is the bee’s knees.
1 parent 6db9a44 commit bf30942

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyspark/serializers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ def _hijack_namedtuple():
306306
if hasattr(collections.namedtuple, "__hijack"):
307307
return
308308

309-
global _old_namedtuple # or it will put in closure
309+
global _old_namedtuple # or it will put in closure
310+
310311
def _copy_func(f):
311312
return types.FunctionType(f.func_code, f.func_globals, f.func_name,
312313
f.func_defaults, f.func_closure)

0 commit comments

Comments
 (0)