Skip to content

Commit

Permalink
Fixing mypy failure
Browse files Browse the repository at this point in the history
Not finding .fingerHolesAt()
  • Loading branch information
florianfesti committed May 12, 2024
1 parent fe1c6a2 commit 8b43bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boxes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,8 @@ def addParts(self, parts):
for part in parts:
self.addPart(part)

fingerHolesAt : Any

def _buildObjects(self):
"""Add default edges and parts"""
self.edges = {}
Expand Down

0 comments on commit 8b43bf6

Please sign in to comment.