Skip to content

Commit 8a25c3d

Browse files
Avoid "coding: utf-8" in Python 3 scripts
1 parent 501bdc2 commit 8a25c3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/installer/scripts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def read_binary(package: Union[str, ModuleType], file_path: str) -> bytes:
4141
}
4242

4343
_SCRIPT_TEMPLATE = """\
44-
# -*- coding: utf-8 -*-
4544
import re
4645
import sys
4746
from {module} import {import_name}

0 commit comments

Comments
 (0)