typo replace
This commit is contained in:
@@ -6,4 +6,4 @@ class FixedTarget1(Target):
|
||||
super().__init__(0, "Fixed Target 1")
|
||||
|
||||
def hit(self):
|
||||
super().hit()()
|
||||
super().hit()
|
||||
@@ -6,4 +6,4 @@ class FixedTarget2(Target):
|
||||
super().__init__(0, "Fixed Target 2")
|
||||
|
||||
def hit(self):
|
||||
super().hit()()
|
||||
super().hit()
|
||||
@@ -5,4 +5,4 @@ class FixedTarget3(Target):
|
||||
super().__init__(100, 'Fixed Target 3')
|
||||
|
||||
def hit(self):
|
||||
super().hit()()
|
||||
super().hit()
|
||||
@@ -6,4 +6,4 @@ class FixedTarget4(Target):
|
||||
super().__init__(100, 'Fixed Target 4')
|
||||
|
||||
def hit(self):
|
||||
super().hit()()
|
||||
super().hit()
|
||||
@@ -6,4 +6,4 @@ class FixedTarget5(Target):
|
||||
super().__init__(100, 'Fixed Target 5')
|
||||
|
||||
def hit(self):
|
||||
super().hit()()
|
||||
super().hit()
|
||||
Reference in New Issue
Block a user