Skip to content

Commit c519089

Browse files
committed
lint
1 parent 07aea3e commit c519089

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/compas/geometry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
if not compas.IPY:
812812
from .icp import icp_numpy
813813

814-
from .collections import (
814+
from .collections import ( # noqa: E402
815815
Collection,
816816
PointCollection,
817817
)

src/compas/numerical/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
from .devo import devo_numpy
141141
from .isolines import scalarfield_contours_numpy
142142

143-
from .dr import dr
144-
from .ga import ga, moga
143+
from .dr import dr # noqa: E402
144+
from .ga import ga, moga # noqa: E402
145145

146146
__all__ = [
147147
'dr',

0 commit comments

Comments
 (0)