Skip to content

Commit 91d5a6c

Browse files
committed
drop unneeded __future__
With this extension supporting Python 3, there is no longer a need for `__future__` imports; dropping. Signed-off-by: James Knight <[email protected]>
1 parent d77d64f commit 91d5a6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit-tests/test_config_prev_next.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: BSD-2-Clause
22
# Copyright 2020-2023 Sphinx Confluence Builder Contributors (AUTHORS)
33

4-
from __future__ import unicode_literals
54
from tests.lib.testcase import ConfluenceTestCase
65
import io
76
import os

0 commit comments

Comments
 (0)