hpc / charliecloud

Now hosted on GitLab.
https://gitlab.com/charliecloud/main
Apache License 2.0
313 stars 61 forks source link

tidy cyclic imports #1872

Open reidpr opened 6 months ago

reidpr commented 6 months ago

Split from #1860. Pylint: R0401 cyclic-import

We have quite a few import cycles. In general this is error-prone, so we should probably untangle it.

I recall adding a few more cycles so test/order-py worked???