Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Jan 16, 2025
1 parent c263895 commit a798634
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/compas_masonry/analysis/cra.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from compas_cra.equilibrium import cra_penalty_solve as _cra_penalty_solve

from compas_assembly.datastructures import Assembly
from compas_assembly.datastructures import Block
from compas_cra.equilibrium import cra_penalty_solve as _cra_penalty_solve
from compas_model.interactions import ContactInterface
from compas_model.models import Model

Expand Down
1 change: 0 additions & 1 deletion src/compas_masonry/settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from compas_rui.values import BoolValue
from compas_rui.values import FloatValue
from compas_rui.values import Settings

SETTINGS = {
Expand Down
1 change: 0 additions & 1 deletion src/compas_masonry/viewers/blockmodelviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

from compas_masonry.elements import BlockElement
from compas_masonry.elements import BlockMesh
from compas_masonry.interactions import ContactInterface
from compas_masonry.models import BlockModel


Expand Down

0 comments on commit a798634

Please sign in to comment.