Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Conversation

@adammitchelldev
Copy link
Contributor

@adammitchelldev adammitchelldev commented Apr 27, 2020

What is the goal of this PR?

Fix an issue where a python 2 only import (imap) was being used when the client is meant to be python 3 compatible.

What are the changes implemented in this PR?

  • Replace usages of imap with six.moves.map, which works across both versions.

@adammitchelldev adammitchelldev merged commit 5b5d977 into typedb:master Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants