Skip to content

Commit dbda7d5

Browse files
author
Greg Taylor
committed
Remove un-necessary binascii module import.
1 parent 5e31a8d commit dbda7d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/address_validation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
class can handle up to 100 addresses for validation.
55
"""
66
import logging
7-
import binascii
87
from example_config import CONFIG_OBJ
98
from fedex.services.address_validation_service import FedexAddressValidationRequest
109

0 commit comments

Comments
 (0)