Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Oct 25, 2023
2 parents 45756b0 + edee251 commit 957be78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion captcha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
from redbot.core.bot import Red
from redbot.core.errors import CogLoadError

from .core import Captcha
from ._tagscript import validate_tagscriptengine
from .core import Captcha

VERSION_RE: Pattern[str] = re.compile(r"AdvancedTagScriptEngine==(\d\.\d\.\d)")

Expand Down
2 changes: 1 addition & 1 deletion captcha/_tagscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
from typing import Any, Dict, Final, List, final

import TagScriptEngine as tse
from redbot.core.bot import Red
from redbot.core import commands
from redbot.core.bot import Red
from redbot.core.errors import CogLoadError
from redbot.core.utils.chat_formatting import humanize_number

Expand Down

0 comments on commit 957be78

Please sign in to comment.