Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Sep 15, 2023
2 parents c1a7558 + 0cf09db commit 1e74cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions personalchannels/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
import asyncio
import io
from textwrap import shorten
from tabulate import tabulate
from typing import Dict, Final, List, Literal, Optional, Union, Any
from typing import Any, Dict, Final, List, Literal, Optional, Union

import discord
from discord.ext.commands._types import Check
Expand All @@ -40,6 +39,7 @@
from redbot.core.utils.mod import get_audit_reason
from redbot.core.utils.predicates import MessagePredicate
from redbot.core.utils.views import SimpleMenu
from tabulate import tabulate

RequestType = Literal["discord_deleted_user", "owner", "user", "user_strict"]

Expand Down

0 comments on commit 1e74cc2

Please sign in to comment.