Skip to content

Commit 4f7050b

Browse files
Renaming apikeys to api_keys
1 parent 0af74b3 commit 4f7050b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

sendgrid/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from urllib import urlencode
1212

1313
from .exceptions import SendGridClientError, SendGridServerError
14-
from .resources.apikeys import APIKeys
14+
from .resources.api_keys import APIKeys
1515
from .resources.asm_groups import ASMGroups
1616
from .resources.asm_suppressions import ASMSuppressions
1717

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)