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
Py3.5 is EOL, and we'll be dropping support as soon as Mycroft drops it. I think f-strings are much more readable than the traditional ways of assembling strings with + or join().
The text was updated successfully, but these errors were encountered:
Py3.5 is EOL, and we'll be dropping support as soon as Mycroft drops it. I think f-strings are much more readable than the traditional ways of assembling strings with
+
orjoin()
.The text was updated successfully, but these errors were encountered: