Skip to content

Commit 41c0826

Browse files
committed
Fix mypy error
1 parent f0c70a4 commit 41c0826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxcontrib/applehelp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def init(self) -> None:
7979
'building Apple Help output'))
8080

8181
self.bundle_path = path.join(self.outdir, self.config.applehelp_bundle_name + '.help')
82-
self.outdir = path.join(
82+
self.outdir = path.join( # type: ignore[assignment]
8383
self.bundle_path,
8484
'Contents',
8585
'Resources',

0 commit comments

Comments
 (0)