Removal of leftover comment from software.py

This commit is contained in:
Charlie Crane
2025-02-18 09:13:33 +00:00
parent 7b80d15d81
commit 22b197a79a

View File

@@ -110,7 +110,6 @@ class Software(SimComponent, ABC):
"The folder on the file system the Software uses."
_fixing_countdown: Optional[int] = None
"Current number of ticks left to patch the software."
# parent: Optional[Node] = None
def __init__(self, **kwargs):
super().__init__(**kwargs)