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
literal() was the only user of ast in the test module. After its removal import ast on line 3 is dead, and the only remaining occurrence of the word is in a comment.
From the review of #108.
literal()was the only user ofastin the test module. After its removalimport aston line 3 is dead, and the only remaining occurrence of the word is in a comment.Fix belongs in #108.