Skip to content

Commit 44dec67

Browse files
committed
added linalg and itertools
1 parent 8a47f72 commit 44dec67

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

src/compas/utilities/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
print_profile,
1010
)
1111

12-
from .itertools import (
12+
from ..itertools import (
1313
flatten,
1414
reshape,
1515
grouper,

0 commit comments

Comments
 (0)