X Tutup
The Wayback Machine - https://web.archive.org/web/20220707022119/https://github.com/github/codeql/issues/9727
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

LGTM.com - false positive, cyclic import of standard library io #9727

Open
GavinHuttley opened this issue Jun 27, 2022 · 1 comment
Open

LGTM.com - false positive, cyclic import of standard library io #9727

GavinHuttley opened this issue Jun 27, 2022 · 1 comment

Comments

@GavinHuttley
Copy link

@GavinHuttley GavinHuttley commented Jun 27, 2022

Description of the false positive

Within the project module cogent3.util.io, importing from the standard library io is incorrectly labelled as a cyclic import.

URL to the alert on the project page on LGTM.com

https://lgtm.com/projects/g/cogent3/cogent3/snapshot/5a0681419073defd215a681e1e6f15affcca38e0/files/src/cogent3/util/io.py?sort=name&dir=ASC&mode=heatmap#x3f884baea6ca5fdd:1

@aibaars
Copy link
Contributor

@aibaars aibaars commented Jun 28, 2022

Thanks for reporting. I think you're right. The analysis seems to confuse the cogent3.util.io and the io library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
X Tutup