We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f852931 + a434579 commit d97d063Copy full SHA for d97d063
3 files changed
python-contact-book/source_code_final/rpcontacts/views.py
@@ -149,7 +149,4 @@ def accept(self):
149
150
self.data.append(field.text())
151
152
- if not self.data:
153
- return
154
-
155
super().accept()
python-contact-book/source_code_step_5/rpcontacts/views.py
@@ -119,7 +119,4 @@ def accept(self):
119
120
121
122
123
124
125
python-contact-book/source_code_step_6/rpcontacts/views.py
0 commit comments