Skip to content

Commit 9320090

Browse files
committed
sendgrid: archive module
1 parent 463bae3 commit 9320090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/sendgrid.py renamed to archive/sendgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
OP_ITEM = "SendGrid"
1010
OP_FIELD = "api key"
1111

12-
_client = None
12+
_client: SendGridAPIClient | None = None
1313

1414

1515
def get_client() -> SendGridAPIClient:

0 commit comments

Comments
 (0)