language-python icon indicating copy to clipboard operation
language-python copied to clipboard

'ast' snippet conflicts with ast module

Open takluyver opened this issue 9 years ago • 0 comments
trafficstars

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.

takluyver avatar Jan 25 '16 11:01 takluyver