summaryrefslogtreecommitdiff
path: root/pyflakes/api.py
diff options
context:
space:
mode:
authorDanny Sepler <dannysepler@gmail.com>2021-11-21 08:51:51 -0500
committerGitHub <noreply@github.com>2021-11-21 08:51:51 -0500
commit140817fbc48498ab8e72cbc82d57914f1606b457 (patch)
tree1bdba09379bcf3fa05d1d344798099221f1f79ad /pyflakes/api.py
parent78d885910781301663a956456e89d1743e037ac3 (diff)
downloadpyflakes-140817fbc48498ab8e72cbc82d57914f1606b457.tar.gz
remove with_statement future imports (#663)
Diffstat (limited to 'pyflakes/api.py')
-rw-r--r--pyflakes/api.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyflakes/api.py b/pyflakes/api.py
index ec3ef5a..14e3347 100644
--- a/pyflakes/api.py
+++ b/pyflakes/api.py
@@ -1,8 +1,6 @@
"""
API for the command-line I{pyflakes} tool.
"""
-from __future__ import with_statement
-
import ast
import os
import platform