Skip to content

Conversation

@IanLucca12
Copy link

Replaces six.string_types with str, as Python 3 is now required.
This removes an obsolete dependency and simplifies the code.

References

None

Code changes

  • Removed import of six in bqplot/traits.py
  • Replaced six.string_types with native str

User-facing changes

None

Backwards-incompatible changes

None

Replaces `six.string_types` with `str`, as Python 3 is now required. 
This removes an obsolete dependency and simplifies the code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant