10000 Merge pull request #20060 from DimitriPapadopoulos/coding_utf-8 · numpy/numpy@8d2ddb5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d2ddb5

Browse files
authored
Merge pull request #20060 from DimitriPapadopoulos/coding_utf-8
MAINT: Remove encoding declarations: `# -*- coding: utf-8 -*-`
2 parents 9d32403 + 58e6603 commit 8d2ddb5

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

doc/neps/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
#
32
# NumPy Enhancement Proposals documentation build configuration file, created by
43
# sphinx-quickstart on Mon Dec 11 12:45:09 2017.

doc/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
import os
32
import re
43
import sys

numpy/core/tests/test_arrayprint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
import sys
32
import gc
43
from hypothesis import given

numpy/core/tests/test_scalarinherit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
""" Test printing of scalar types.
32
43
"""

numpy/core/tests/test_scalarprint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
""" Test printing of scalar types.
32
43
"""

numpy/doc/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
=========
43
Constants

numpy/ma/bench.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
32

43
import timeit
54
import numpy

tools/changelog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- encoding:utf-8 -*-
32
"""
43
Script to generate contributor and pull request lists
54

tools/download-wheels.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- encoding:utf-8 -*-
32
"""
43
Script to download NumPy wheels from the Anaconda staging area.
54

0 commit comments

Comments
 (0)
0