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
./test.py:1:2: N813 camelcase 'SalesforcePy.commons' imported as lowercase 'sfc'
Shouldn't pep-naming just look at the package name being imported (commons) instead of looking at the parent package names too consider this is an import of a package or module, and then not fail in this case?