Skip to content

Commit

Permalink
formatting and de-linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed May 13, 2024
1 parent 3d264d2 commit 5477945
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/compas_timber/model/model.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import uuid

from compas.geometry import Point
from compas_model.models import Model

from ..elements import Beam
from ..connections import Joint


class TimberModel(Model):
"""Represents a timber model containing beams and joints etc.
Expand Down Expand Up @@ -158,4 +153,3 @@ def remove_joint(self, joint):

def set_topologies(self, topologies):
self._topologies = topologies

0 comments on commit 5477945

Please sign in to comment.