summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2020-09-15 11:30:30 +0200
committerMike Vink <mike1994vink@gmail.com>2020-09-15 11:30:30 +0200
commit71150ab4dc3202718fd681d528299cf568876667 (patch)
treee1290e4d20cfdcf749ed4cbc0a3af7e2a0ed492c
parentbf1356a7d1ee66d2da4f288381d9b4387a7b17a8 (diff)
minor thing
-rw-r--r--assignment1.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/assignment1.py b/assignment1.py
index a65c601..67e3c87 100644
--- a/assignment1.py
+++ b/assignment1.py
@@ -43,12 +43,14 @@ class Tree():
"""
@todo: Docstring for drop_left
"""
+ # Need to change
self.d_structure = self.d_structure["left"]
def drop_right(self) -> dict:
"""
@todo: Docstring for drop_right
"""
+ # Need to change
self.d_structure = self.d_structure["right"]