Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mypy fix
  • Loading branch information
adam-urbanczyk committed Jun 12, 2025
commit 7d3df36cb7b992301da4f197ba6ee4a3864aea1c
2 changes: 1 addition & 1 deletion cadquery/fig.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set_event_loop,
run_coroutine_threadsafe,
AbstractEventLoop,
Future,
)
from concurrent.futures import Future
from typing import Optional
from threading import Thread
from itertools import chain
Expand Down