Skip to content

Commit

Permalink
Delete unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
PredaaA committed Sep 21, 2020
1 parent 6926685 commit 2bc4240
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion dbltools/dbltools.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import aiohttp
import logging
import asyncio
import calendar
from typing import Mapping
from tabulate import tabulate
from collections import Counter
Expand Down
1 change: 0 additions & 1 deletion fivem/fivem.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ async def activitystream(
@commands.group()
async def fivem(self, ctx: commands.Context):
"""Multiple checks for a FiveM server."""
pass

@fivem.command(name="players")
async def fivem_players(self, ctx: commands.Context, *, ip: str):
Expand Down
1 change: 0 additions & 1 deletion nsfw/nsfw.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from redbot.core.i18n import Translator, cog_i18n

import contextlib
from typing import Union

from . import constants as sub
from .core import Core, nsfwcheck
Expand Down
1 change: 0 additions & 1 deletion spacex/spacex.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class SpaceX(Core):
@commands.group()
async def spacex(self, ctx: commands.Context):
"""SpaceX group commands."""
pass

@spacex.command()
@commands.bot_has_permissions(embed_links=True)
Expand Down

0 comments on commit 2bc4240

Please sign in to comment.