Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update imports to be explicitly relative #296

Merged
merged 6 commits into from
Jul 9, 2020

Conversation

jameslynnwu
Copy link
Contributor

@jameslynnwu jameslynnwu commented Jul 8, 2020

In python 3, imports are absolute by default. By adding from __future__ import absolute_import, we ensure that python 2 adopts this behavior too.

@coveralls
Copy link

coveralls commented Jul 8, 2020

Coverage Status

Coverage increased (+0.006%) to 91.682% when pulling eff4ec0 on jameslynnwu:fix-imports into 7975c0c on google:master.

@jameslynnwu jameslynnwu merged commit ca20945 into google:master Jul 9, 2020
@jameslynnwu jameslynnwu deleted the fix-imports branch July 9, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants