Skip to content

Commit

Permalink
fix 904f74b: tools.identifiers: fix future imports for py3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jan 20, 2022
1 parent 151a9bf commit 4ce843d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sopel/tools/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.. __: https://modern.ircdocs.horse/index.html#casemapping-parameter
"""
from __future__ import generator_stop
from __future__ import annotations

import string
from typing import Callable
Expand Down
2 changes: 1 addition & 1 deletion test/tools/test_tools_identifiers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Tests for IRC Identifier"""
from __future__ import generator_stop
from __future__ import annotations

import pytest

Expand Down

0 comments on commit 4ce843d

Please sign in to comment.