codeql
codeql copied to clipboard
LGTM.com - false positive, cyclic import of standard library io
trafficstars
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
Thanks for reporting. I think you're right. The analysis seems to confuse the cogent3.util.io and the io library.