Skip to content

Commit bd835e1

Browse files
committed
Remove dead imports
1 parent ada7be6 commit bd835e1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

libmodernize/fixes/fix_filter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# Licensed to PSF under a Contributor Agreement.
33
from __future__ import absolute_import
44

5-
from lib2to3 import fixer_util
6-
from lib2to3 import pygram
7-
from lib2to3 import pytree
85
from lib2to3.fixes import fix_filter
96
import libmodernize
107

libmodernize/fixes/fix_map.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Licensed to PSF under a Contributor Agreement.
33
from __future__ import absolute_import
44

5-
from lib2to3 import fixer_util
65
from lib2to3.fixes import fix_map
76
import libmodernize
87

0 commit comments

Comments
 (0)