diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-10-06 23:24:41 +0200 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-10-06 23:24:41 +0200 |
commit | 58e66038a961bf26a75c55513c07c2795e3d9782 (patch) | |
tree | ffec019d97376052d940e01680f3fa9d5ec5876e /tools/download-wheels.py | |
parent | 9d32403470293c102de87b4fa26ce31a6879f361 (diff) | |
download | numpy-58e66038a961bf26a75c55513c07c2795e3d9782.tar.gz |
MAINT: Remove encoding declarations: # -*- coding: utf-8 -*-
In Python 3, the default source file encoding is UTF-8.
Diffstat (limited to 'tools/download-wheels.py')
-rw-r--r-- | tools/download-wheels.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/download-wheels.py b/tools/download-wheels.py index 28b3fc7ad..dd066d9ad 100644 --- a/tools/download-wheels.py +++ b/tools/download-wheels.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- encoding:utf-8 -*- """ Script to download NumPy wheels from the Anaconda staging area. |