We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Mike,
There are two unneeded imports in PyCmdMessenger.py: serial and multiprocessing.
PyCmdMessenger.py
serial
multiprocessing
Would it make sense to remove them? (It works for me on Python 2.7)
Stephan
The text was updated successfully, but these errors were encountered:
Yep. On list to remove.
Sorry, something went wrong.
Remove unnecessary imports
e1b606a
Fixes harmsm#25
No branches or pull requests
Hi Mike,
There are two unneeded imports in
PyCmdMessenger.py
:serial
andmultiprocessing
.Would it make sense to remove them? (It works for me on Python 2.7)
Stephan
The text was updated successfully, but these errors were encountered: