From 73ad46e62d8b952ac8bf1f47780b70824035f843 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 30 Aug 2020 10:01:00 -0400 Subject: Remove the Py2 coding declaration. --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fbf6f30..73e0e1f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,3 @@ -# -*- coding: utf-8 -*- -# -# This file is execfile()d with the current directory set to its containing dir. - from textwrap import dedent import os import re -- cgit v1.2.1