Skip to content

Commit 9ecc146

Browse files
authored
add missing comment to pdi/contacts.py (#1422)
1 parent b40c4e1 commit 9ecc146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsons/pdi/contacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def add_phone(
209209
"phoneNumber": phone_number,
210210
"phoneType": phone_type,
211211
"isPrimary": primary,
212-
"extension": extension
212+
"extension": extension,
213213
}
214214

215215
response = self._request(

0 commit comments

Comments
 (0)