Skip to content

Commit 935387f

Browse files
committed
code style
1 parent 25adf97 commit 935387f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/paddle/fluid/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ def __bootstrap__():
116116
'use_pinned_memory', 'check_nan_inf', 'benchmark', 'eager_delete_scope',
117117
'use_mkldnn', 'use_ngraph', 'initial_cpu_memory_in_mb',
118118
'init_allocated_mem', 'free_idle_memory', 'paddle_num_threads',
119-
"dist_threadpool_size", 'eager_delete_tensor_gb',
120-
'allocator_strategy', 'reader_queue_speed_test_mode',
121-
'print_sub_graph_dir'
119+
"dist_threadpool_size", 'eager_delete_tensor_gb', 'allocator_strategy',
120+
'reader_queue_speed_test_mode', 'print_sub_graph_dir'
122121
]
123122
if os.name != 'nt':
124123
read_env_flags.append('warpctc_dir')

0 commit comments

Comments
 (0)