Skip to content

Commit c4b7b63

Browse files
committed
bugfix
1 parent a566106 commit c4b7b63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

06-decorators.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ class PointType(TypeChecker):
5151

5252
@type_check(center=PointType, radius=IntType)
5353
class Circle:
54-
center = PointType('center')
55-
radius = IntType('radius')
56-
5754
def __init__(self, center, radius):
5855
self.center = center
5956
self.radius = radius

0 commit comments

Comments
 (0)