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 /doc/neps/conf.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 'doc/neps/conf.py')
-rw-r--r-- | doc/neps/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/neps/conf.py b/doc/neps/conf.py index f01ee8a51..68805e50f 100644 --- a/doc/neps/conf.py +++ b/doc/neps/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # NumPy Enhancement Proposals documentation build configuration file, created by # sphinx-quickstart on Mon Dec 11 12:45:09 2017. |