Open richardheng-okta opened 6 years ago
Currently, the plugin will throw an error with an unnamed import:
import './fixtures/example.py';
This PR addresses the issue by transforming those expressions to string literals.
Currently, the plugin will throw an error with an unnamed import:
This PR addresses the issue by transforming those expressions to string literals.