We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463bae3 commit 9320090Copy full SHA for 9320090
common/sendgrid.py renamed to archive/sendgrid.py
@@ -9,7 +9,7 @@
9
OP_ITEM = "SendGrid"
10
OP_FIELD = "api key"
11
12
-_client = None
+_client: SendGridAPIClient | None = None
13
14
15
def get_client() -> SendGridAPIClient:
0 commit comments