From 9e0370a0f1c7eb8db1985f18fcacb7992b289193 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 28 Jan 2020 10:26:38 -0700 Subject: doc/conf.py: drop unnecessary py2 support --- doc/conf.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 1c83ab9d..c47daea4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -13,8 +13,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -from __future__ import unicode_literals - from importlib import import_module import os import sys -- cgit v1.2.3-65-gdbad