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
The package name used should be consistent, so it should either be src.foo.bar or foo.bar based on the correct language semantics (e.g. if someone wrote src.foo.bar instead and that would work, then it should be src.foo.bar).
https://github.com/sourcegraph/scip-python/blob/scip/packages/pyright-scip/snapshots/output/nested_items/src/importer.py#L4-L6
The package name used should be consistent, so it should either be
src.foo.barorfoo.barbased on the correct language semantics (e.g. if someone wrotesrc.foo.barinstead and that would work, then it should besrc.foo.bar).Originally flagged by @Titou325 here: #91 (comment)