We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07aea3e commit c519089Copy full SHA for c519089
src/compas/geometry/__init__.py
@@ -811,7 +811,7 @@
811
if not compas.IPY:
812
from .icp import icp_numpy
813
814
-from .collections import (
+from .collections import ( # noqa: E402
815
Collection,
816
PointCollection,
817
)
src/compas/numerical/__init__.py
@@ -140,8 +140,8 @@
140
from .devo import devo_numpy
141
from .isolines import scalarfield_contours_numpy
142
143
-from .dr import dr
144
-from .ga import ga, moga
+from .dr import dr # noqa: E402
+from .ga import ga, moga # noqa: E402
145
146
__all__ = [
147
'dr',
0 commit comments