latchset / jwcrypto

Implements JWK,JWS,JWE specifications using python-cryptography
GNU Lesser General Public License v3.0
439 stars 118 forks source link

chore: refactor for removing pdb symbols #330

Closed peppelinux closed 11 months ago

peppelinux commented 1 year ago

This PR represents an easy refactor of small parts of the source code where the PDB symbols was used for variable assignments. It simply removed the variable names a, c that are used in PDB to inspect the args and continue the execution.

Closes https://github.com/latchset/jwcrypto/issues/327#issuecomment-1686352603

simo5 commented 11 months ago

@peppelinux any chance you can fix the nits and push anew? I'd like to merge this.

peppelinux commented 11 months ago

Ciao @simo5 I just have pushed my commit with your revision, thank you for the reminder, I just needed that!

simo5 commented 11 months ago

@peppelinux great, would you mind squashing the commits together, I will then merge.

simo5 commented 11 months ago

Uhmm sounds like the linter is not happy, if "aa" does not work, feel free to change to "aad"

peppelinux commented 11 months ago

Done @simo5 !