Skip to content

Commit

Permalink
Revert on prev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Dec 30, 2023
1 parent 177502e commit 02911e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 2 additions & 5 deletions bot/cogs/dev_tools.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
from __future__ import annotations

from typing import TYPE_CHECKING, Literal, Optional
from typing import Literal, Optional

import discord
from cogs import EXTENSIONS
from discord.ext import commands
from discord.ext.commands import Context, Greedy
from libs.utils import RoboContext, RoboView

if TYPE_CHECKING:
from bot.rodhaj import Rodhaj
from rodhaj import Rodhaj


class MaybeView(RoboView):
Expand Down
6 changes: 1 addition & 5 deletions bot/cogs/utilities.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
from __future__ import annotations

import datetime
import itertools
import platform
from typing import TYPE_CHECKING

import discord
import psutil
Expand All @@ -12,8 +9,7 @@
from discord.utils import format_dt
from libs.utils import Embed, RoboContext, human_timedelta

if TYPE_CHECKING:
from bot.rodhaj import Rodhaj
from rodhaj import Rodhaj


# A cog houses a category of commands
Expand Down

0 comments on commit 02911e5

Please sign in to comment.