From 58e66038a961bf26a75c55513c07c2795e3d9782 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:24:41 +0200 Subject: MAINT: Remove encoding declarations: # -*- coding: utf-8 -*- In Python 3, the default source file encoding is UTF-8. --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index d08f29e59..a7a885c34 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import os import re import sys -- cgit v1.2.1