Skip to content

Commit

Permalink
feat: geolocation setter in sendgrid-python for GDPR compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
manisha1997 committed Nov 14, 2023
1 parent bb9535f commit b81337d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff format=github --ignore="E722,F40,F841" --line-length=681 --target-version=py37 .
- run: ruff format=github --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .
1 change: 1 addition & 0 deletions examples/dataresidency/set_region.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sendgrid
import os

from sendgrid import Email, To, Content, Mail

Expand Down

0 comments on commit b81337d

Please sign in to comment.