Skip to content

refactor: Remove needless parens from var definition

stephen requested to merge remove-needless-parens into main

In one particular place in tordonate/stripe/controller.py, a variable declaration had a needless pair of parens wrapping the value of the variable. These served no purpose and were likely the cause of not enough coffee applied to the programmer responsible. This has been addressed by:

  1. Removing the needless parens in question
  2. Making another cup of coffee

Merge request reports