Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
true-real-michael committed Nov 12, 2023
1 parent 3186b2d commit 94d5553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octreelib/octree_manager/octree_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class OctreeManager(VoxelBase):
:param corner_min: Minimum corner of the node.
:param edge_length: Edge length of the node.
"""

def __init__(
self, octree_config: OctreeConfig, corner_min: Point, edge_length: float
):
Expand Down

0 comments on commit 94d5553

Please sign in to comment.