Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pycharm: case-sensitivity of module names in "from" imports #166

Open
sovetov opened this issue May 20, 2019 · 0 comments
Open

pycharm: case-sensitivity of module names in "from" imports #166

sovetov opened this issue May 20, 2019 · 0 comments

Comments

@sovetov
Copy link

sovetov commented May 20, 2019

Sorted by PyCharm with case-sensitivity:

from smb.SMBConnection import SMBConnection
from smb.smb_structs import OperationFailure, ProtocolError

flake-8-import-order says:

./framework/os_access/smb_path.py:13:1: I100 Import statements are in the wrong order. 'from smb.smb_structs import OperationFailure, ProtocolError' should be before 'from smb.SMBConnection import SMBConnection'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant