Skip to content

Commit 554cd49

Browse files
committed
lint fix
1 parent c633b18 commit 554cd49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sphinx_intl/commands.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,7 @@ def main(ctx, config, tag):
235235
cfg = read_config(ctx.config, tag)
236236
# Use explicit locale_dirs if set, otherwise use Sphinx's default ['locales']
237237
locale_dirs = cfg.get("locale_dirs", ["locales"])
238-
ctx.locale_dir = os.path.join(
239-
os.path.dirname(ctx.config), locale_dirs[0]
240-
)
238+
ctx.locale_dir = os.path.join(os.path.dirname(ctx.config), locale_dirs[0])
241239

242240
# for pot_dir
243241
ctx.pot_dir = None

0 commit comments

Comments
 (0)