Skip to content

Commit

Permalink
Overwrite announce fix for #2166 with py2-compatible version
Browse files Browse the repository at this point in the history
Forgot that I'd prepared a separate branch for the 7.x series.
  • Loading branch information
dgw committed Aug 12, 2021
2 parents 1ee91be + aeb4bb6 commit 791b0ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/modules/test_modules_announce.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# coding=utf-8
"""Tests for Sopel's ``announce`` plugin"""
from __future__ import generator_stop
from __future__ import absolute_import, division, print_function, unicode_literals

from sopel.modules import announce

Expand Down

0 comments on commit 791b0ff

Please sign in to comment.