Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Apr 24, 2024
1 parent 566b3f2 commit 0d1fc8c
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/compas/utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@
print_profile,
)

from ..itertools import (
flatten,
reshape,
grouper,
iterable_like,
linspace,
meshgrid,
normalize_values,
pairwise,
remap_values,
window,
)
from .maps import geometric_key, geometric_key_xy, reverse_geometric_key
from .remote import download_file_from_remote
from .ssh import SSH

Expand All @@ -33,19 +20,6 @@
"abstractclassmethod",
"memoize",
"print_profile",
"normalize_values",
"remap_values",
"meshgrid",
"linspace",
"reshape",
"flatten",
"pairwise",
"window",
"iterable_like",
"grouper",
"geometric_key",
"reverse_geometric_key",
"geometric_key_xy",
"download_file_from_remote",
"SSH",
]

0 comments on commit 0d1fc8c

Please sign in to comment.