You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ echo import c > b.py
$ echo import b > c.py
$ lsb.py c.py
$ pycycle --hereProject successfully transformed to AST, checking imports for cycles..Cycle Found :(b -> c: Line 1 =>> bFinished.
$ touch a.py
$ lsa.py b.py c.py
$ pycycle --hereProject successfully transformed to AST, checking imports for cycles..No worries, no cycles here!If you think some cycle was missed, please open an Issue on Github.Finished.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: