diff --git a/docs/bots-guide.md b/docs/bots-guide.md index 2672b10a09..00d57f114e 100644 --- a/docs/bots-guide.md +++ b/docs/bots-guide.md @@ -504,7 +504,6 @@ refactor them. bot (the actual test is written slightly more compact). from __future__ import absolute_import - from __future__ import print_function from zulip_bots.test_lib import BotTestCase # The test system library diff --git a/docs/html_unescape.py b/docs/html_unescape.py index 0538228bb3..e52ff09ef6 100755 --- a/docs/html_unescape.py +++ b/docs/html_unescape.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -from __future__ import print_function # Remove HTML entity escaping left over from MediaWiki->rST conversion.