Skip to content

Commit ab38ad4

Browse files
committed
chore: fix missed donot-required-impl label
1 parent 53761e9 commit ab38ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

challenges/advanced-descriptor-basic/question.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
class Descriptor:
1616
def __get__(self, instance: ..., owner: ...):
17+
"""you don't need to implement this"""
1718
...
1819

1920

0 commit comments

Comments
 (0)