We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
announce
2 parents 1ee91be + aeb4bb6 commit 791b0ffCopy full SHA for 791b0ff
1 file changed
test/modules/test_modules_announce.py
@@ -1,5 +1,6 @@
1
+# coding=utf-8
2
"""Tests for Sopel's ``announce`` plugin"""
-from __future__ import generator_stop
3
+from __future__ import absolute_import, division, print_function, unicode_literals
4
5
from sopel.modules import announce
6
0 commit comments