diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-10-06 17:33:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-06 17:33:15 -0500 |
| commit | 8d2ddb53a9dae2d90a752ad4995c30817049fe06 (patch) | |
| tree | ffec019d97376052d940e01680f3fa9d5ec5876e /numpy | |
| parent | 9d32403470293c102de87b4fa26ce31a6879f361 (diff) | |
| parent | 58e66038a961bf26a75c55513c07c2795e3d9782 (diff) | |
| download | numpy-8d2ddb53a9dae2d90a752ad4995c30817049fe06.tar.gz | |
Merge pull request #20060 from DimitriPapadopoulos/coding_utf-8
MAINT: Remove encoding declarations: `# -*- coding: utf-8 -*-`
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/tests/test_arrayprint.py | 1 | ||||
| -rw-r--r-- | numpy/core/tests/test_scalarinherit.py | 1 | ||||
| -rw-r--r-- | numpy/core/tests/test_scalarprint.py | 1 | ||||
| -rw-r--r-- | numpy/doc/constants.py | 1 | ||||
| -rw-r--r-- | numpy/ma/bench.py | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/numpy/core/tests/test_arrayprint.py b/numpy/core/tests/test_arrayprint.py index 09cc79f72..25826d8ed 100644 --- a/numpy/core/tests/test_arrayprint.py +++ b/numpy/core/tests/test_arrayprint.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import sys import gc from hypothesis import given diff --git a/numpy/core/tests/test_scalarinherit.py b/numpy/core/tests/test_scalarinherit.py index cc53eb244..98d7f7cde 100644 --- a/numpy/core/tests/test_scalarinherit.py +++ b/numpy/core/tests/test_scalarinherit.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Test printing of scalar types. """ diff --git a/numpy/core/tests/test_scalarprint.py b/numpy/core/tests/test_scalarprint.py index 2f1c3bc5e..ee21d4aa5 100644 --- a/numpy/core/tests/test_scalarprint.py +++ b/numpy/core/tests/test_scalarprint.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Test printing of scalar types. """ diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index 128493d90..4db5c6390 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ ========= Constants diff --git a/numpy/ma/bench.py b/numpy/ma/bench.py index e29d54365..56865683d 100644 --- a/numpy/ma/bench.py +++ b/numpy/ma/bench.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- import timeit import numpy |
