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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
There's a snippet ast for 'Assert True' (a method that I never use, since there's a shorter assert statement). However, when I went to import the ast module, my import statement was erroneously expanded to a call to assertTrue. Snippets probably shouldn't have the names of built in modules.
The text was updated successfully, but these errors were encountered:
There's a snippet
ast
for 'Assert True' (a method that I never use, since there's a shorterassert
statement). However, when I went to import the ast module, my import statement was erroneously expanded to a call toassertTrue
. Snippets probably shouldn't have the names of built in modules.The text was updated successfully, but these errors were encountered: