Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

'ast' snippet conflicts with ast module #130

Open
@takluyver

Description

@takluyver

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions