Patrick
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
-
-
Patrick created a post, AnsweredPython - unresolved reference on some nested imports
I'm observing Idea complaining about unresolved references when referencing modules inside an imported module. An example might make this clearer: from tensorflow import keraskeras.Sequential() In ...