Skip to content

Commit fb0c1e0

Browse files
committed
nit
1 parent c1385f9 commit fb0c1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ profile = 'black'
2323
src_paths = ['optuna', 'tests', 'docs']
2424
skip_glob = ['docs/source/conf.py', '**/alembic/versions/*.py']
2525
line_length = 99
26+
lines_after_imports = 2
2627
force_single_line = 'True'
2728
force_sort_within_sections = 'True'
28-
lines_after_imports = 2
2929
order_by_type = 'False'

0 commit comments

Comments
 (0)