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
@Iuliaav There are already two pull requests corresponding to this issue. So, I think there is no point in duplicating efforts. You can work on some other issues in the repository. Check them out 😃
The code uses
+
to compose strings instead of using the modern python standard ofu''.format
There are also some instances of
%
formatting.We should convert all of the above to use
u''.format
.https://docs.python.org/2/library/stdtypes.html#str.format
The text was updated successfully, but these errors were encountered: