diff options
Diffstat (limited to 'Lib/ast.py')
-rw-r--r-- | Lib/ast.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ast.py b/Lib/ast.py index d595c058b6..aab61d7634 100644 --- a/Lib/ast.py +++ b/Lib/ast.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ ast ~~~ |