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 found 2 issues with the class.
language=Language.Python should be replaced with language=self._language
ast should be conditionally applied only to Python
The text was updated successfully, but these errors were encountered:
I found 2 issues with the class.
language=Language.Python should be replaced with language=self._language
ast should be conditionally applied only to Python
The text was updated successfully, but these errors were encountered: