replydev / cotp

Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
GNU General Public License v3.0
255 stars 24 forks source link

Performance: Use a Python list comprehension #404

Closed cclauss closed 8 months ago

cclauss commented 8 months ago

Using a Python list comprehension is more efficient than repeatedly calling list.append().

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 1.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: