Skip to content

Commit

Permalink
Merge pull request #174 from mxr/remove-py2-compat
Browse files Browse the repository at this point in the history
Do not add py2-compat lines into vendored licenses
  • Loading branch information
asottile authored Mar 2, 2021
2 parents 89d9e75 + d619133 commit 6904105
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/vendor-licenses
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ def main() -> int:

licenses.append((spdx, license_text))

print('# -*- coding: utf-8 -*-')
print('from __future__ import absolute_import')
print('from __future__ import unicode_literals')
print('LICENSES = (')
for spdx, text in sorted(licenses):
print(' (')
Expand Down

0 comments on commit 6904105

Please sign in to comment.