Skip to content

Commit

Permalink
build_common.py -> fix missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Jun 19, 2024
1 parent f8291b0 commit 08298be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build123d/build_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import functools
from abc import ABC, abstractmethod
from itertools import product
from math import sqrt
from math import sqrt, cos, pi
from typing import Any, Callable, Iterable, Optional, Union, TypeVar
from typing_extensions import Self, ParamSpec, Concatenate

Expand Down

0 comments on commit 08298be

Please sign in to comment.