Fix mention_author suppressing all mentions

This commit is contained in:
z03h
2022-03-17 22:52:11 -07:00
committed by GitHub
parent 02b79eb219
commit 8d86ee3fe3
2 changed files with 5 additions and 8 deletions

View File

@ -23,7 +23,7 @@ DEALINGS IN THE SOFTWARE.
"""
from __future__ import annotations
from typing import Union, List, TYPE_CHECKING, Any, Union
from typing import Union, List, TYPE_CHECKING, Any
# fmt: off
__all__ = (