juliet icon indicating copy to clipboard operation
juliet copied to clipboard

Fix "is" check on string warning, clean up whitespace

Open rosteen opened this issue 1 year ago • 0 comments

In more recent Python versions, checking var is "string" raises a warning (you should use == for string comparison). This fixes the two places that were raising this warning when importing juliet, as well as cleaning up some extraneous white space.

rosteen avatar Sep 27 '22 19:09 rosteen