Skip to content

Commit

Permalink
'Refactored by Sourcery'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcery AI committed Nov 27, 2023
1 parent be11dbd commit e4b68cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions octahedroflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,7 @@ def make_octahedron_fractal(branded=True):
save_caches_to_disk()
stand = None

if branded:
pyramid = make_branded_pyramid()
else:
pyramid = make_unbranded_pyramid()

pyramid = make_branded_pyramid() if branded else make_unbranded_pyramid()
export_pyramid()
mirrored = make_final_mirror()
stand = make_stand(max(0, FINAL_ORDER - 2))
Expand Down

0 comments on commit e4b68cf

Please sign in to comment.