mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
docs: Remove import print_function.
This commit is contained in:
@@ -504,7 +504,6 @@ refactor them.
|
|||||||
bot (the actual test is written slightly more compact).
|
bot (the actual test is written slightly more compact).
|
||||||
|
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
from zulip_bots.test_lib import BotTestCase # The test system library
|
from zulip_bots.test_lib import BotTestCase # The test system library
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
# Remove HTML entity escaping left over from MediaWiki->rST conversion.
|
# Remove HTML entity escaping left over from MediaWiki->rST conversion.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user