Skip to content

Commit 95ba763

Browse files
committed
py3
1 parent c192d3b commit 95ba763

File tree

7 files changed

+1
-21
lines changed

7 files changed

+1
-21
lines changed

src/compas_tna/loads/loadupdater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from compas.matrices import face_matrix
1212

1313

14-
class LoadUpdater(object):
14+
class LoadUpdater:
1515
"""Class for constructing a callable for updating loads when geometry and selfweight change.
1616
1717
Parameters

src/compas_tna/notebook/scene/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
will automatically use the corresponding scene object for each TNA diagram type.
55
"""
66

7-
from __future__ import absolute_import
8-
97
from compas.plugins import plugin
108
from compas.scene import register
119

src/compas_tna/rhino/scene/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
will automatically use the corresponding Rhino scene object for each TNA diagram type.
55
"""
66

7-
from __future__ import absolute_import
8-
97
from compas.plugins import plugin
108
from compas.scene import register
119

src/compas_tna/rhino/scene/forceobject.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
from __future__ import absolute_import
2-
from __future__ import division
3-
from __future__ import print_function
4-
51
from compas_rhino.scene import RhinoMeshObject
62

73
from compas_tna.scene import ForceDiagramObject

src/compas_tna/rhino/scene/formobject.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
from __future__ import absolute_import
2-
from __future__ import division
3-
from __future__ import print_function
4-
51
import scriptcontext as sc # type: ignore
62
from compas_rhino.conversions import line_to_rhino
73
from compas_rhino.scene import RhinoMeshObject

src/compas_tna/scene/forceobject.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
from __future__ import absolute_import
2-
from __future__ import division
3-
from __future__ import print_function
4-
51
from compas.colors import Color
62
from compas.scene import MeshObject
73

src/compas_tna/scene/formobject.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
from __future__ import absolute_import
2-
from __future__ import division
3-
from __future__ import print_function
4-
51
from compas.colors import Color
62
from compas.scene import MeshObject
73

0 commit comments

Comments
 (0)