Skip to content

Commit b7c5771

Browse files
committed
MAINT: fix myst lint error
1 parent 810bb4f commit b7c5771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

myst_nb/core/execute/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def start_client(self):
5959
# TODO do in try/except, in case of db write errors
6060
NbProjectRecord.remove_tracebacks([stage_record.pk], cache.db)
6161
cwd_context: ContextManager[str] = (
62-
TemporaryDirectory() # type: ignore
62+
TemporaryDirectory()
6363
if self.nb_config.execution_in_temp
6464
else nullcontext(str(self.path.parent))
6565
)

0 commit comments

Comments
 (0)