Skip to content

Commit b3c52dd

Browse files
committed
Replace [] with () for no practical reason
1 parent 272186d commit b3c52dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djhtml/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def main() -> None:
7474
guess = probabilities.index(max(probabilities))
7575

7676
# Indent input file
77-
extra_blocks = dict(options.extra_block or [])
77+
extra_blocks = dict(options.extra_block or ())
7878
try:
7979
result = Mode(source, extra_blocks=extra_blocks).indent(
8080
options.tabwidth or guess or 4

0 commit comments

Comments
 (0)