-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
wxGUI: Fixed star imports in wxdisplay.py #4974
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UNCHECKED and String can't be imported from ctypes and please make sure the CI checks are ok
How did you find it/check it? (To find a way to have it pointed to us, with a tool or something, I didn't catch it myself). Otherwise, how does one come up with a non-existing import in a PR? |
I have recategorised them. As for CI, its failing because CI for this flake8 is dependant upon #4973 . I think post merge of that PR, CI here should fix itself |
You can simply just run it, ctypes is part of Python library:
I remembered it from previous PRs, see how the import was done in wxnviz.py:
you can always go to the compiled files (dist.x86_64-pc-linux-gnu/etc/python/grass/lib/..) to check. |
Fixed
F405
in wxdisplay.py by specifying imports