Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to fix issues in sendgrid/helpers/mail/mail.py #496

Closed
wants to merge 6 commits into from

Commits on Oct 29, 2017

  1. Attempt to decrease Cognitive Complexity of function; deduplicate sim…

    …ilar blocks of code; revert private variables to be public if they do not need mutations during setting/getting
    galihmelon committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    d1381c0 View commit details
    Browse the repository at this point in the history
  2. Attempt to decrease Cognitive Complexity of function; deduplicate sim…

    …ilar blocks of code; revert private variables to be public if they do not need mutations during setting/getting
    galihmelon committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    47f3488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f4bcf6 View commit details
    Browse the repository at this point in the history
  4. Added missing whitespace

    galihmelon committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    c681c06 View commit details
    Browse the repository at this point in the history
  5. Made dict comprehension compatible with python 2.6

    galihmelon committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    e7bac26 View commit details
    Browse the repository at this point in the history
  6. Added more spaces for visual indent

    galihmelon committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    b7f759b View commit details
    Browse the repository at this point in the history