chore: remove py2 compatibility code (#40375)
This commit is contained in:
parent
bc1ba1fe9d
commit
425efb5e47
22 changed files with 15 additions and 54 deletions
|
@ -7,8 +7,6 @@ It runs over multiple files and directories in parallel.
|
|||
A diff output is produced and a sensible exit code is returned.
|
||||
"""
|
||||
|
||||
from __future__ import print_function, unicode_literals
|
||||
|
||||
import argparse
|
||||
import codecs
|
||||
import difflib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue