You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Swap from string concatenation to template
Fixes deepsource error in PR #44
String literals are generally considered better than concatenation.
# Link to github card
#44
# Changes
* Replace string concatenation with template
0 commit comments