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
I took a crack at this. It's a little more difficult than what it says on the tin for the following reason:
"module" level imports get stuck into the respond method which is broken imo. Need to add some code to special case module level imports. Also the import code is unnecessarily complicated in the current state. Might even be able to leverage ast instead of the manual parsing it currently does.
Covered by
Tests/Cheps.py
The text was updated successfully, but these errors were encountered: