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
Right now depfinder uses "from . import foo" to determine if it's a relative import. I would like to think that there's a way for us to also detect "from this_library import foo" as being part of "this_library" so that the library name doesn't get added in to the required depdencies
The text was updated successfully, but these errors were encountered:
Right now depfinder uses "from . import foo" to determine if it's a relative import. I would like to think that there's a way for us to also detect "from this_library import foo" as being part of "this_library" so that the library name doesn't get added in to the required depdencies
The text was updated successfully, but these errors were encountered: