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
Also ran into this: my use case is to have a common.just containing recipes meaningful in all submodules, so it made sense to me to create the following structure:
Currently circular imports are defined as including each other. This is the test verifying that behavior:
However, multiple use of the same import is also detected as circular and I don't think that is correct (test passes, but shouldn't IMHO):
The text was updated successfully, but these errors were encountered: