Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibc committed May 21, 2024
1 parent 49f8d03 commit 6424854
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ete4/smartview/renderer/drawer.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ def __init__(self, tree, viewport=None, panel=0, zoom=(1, 1),
self.layouts = layouts or []
self.include_props = include_props
self.exclude_props = exclude_props
self.tree_style = tree_style
if not self.tree_style:
self.tree_style = TreeStyle()
self.tree_style = tree_style or TreeStyle()

def draw(self):
"Yield graphic elements to draw the tree"
Expand Down

0 comments on commit 6424854

Please sign in to comment.