Skip to content

Commit 2931dc1

Browse files
committed
Misc python linting
1 parent 470a6a9 commit 2931dc1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/operationbot/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Command line entrypoint for operationbot"""
2+
23
import argparse
34
import sys
45
from typing import Optional

src/operationbot/cogs/repl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import discord
1111
from discord.ext import commands
1212
from discord.ext.commands import BadArgument, Bot, Context, MissingRequiredArgument
13+
1314
from operationbot.eventDatabase import EventDatabase # noqa
1415
from operationbot.secret import COMMAND_CHAR as CMD
1516

test_argdate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import pytest
44
from discord.ext.commands import BadArgument
5+
56
from operationbot.converters import ArgDate
67

78

tests/test_event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from typing import cast
33

44
from discord import Embed
5+
56
from operationbot import config as cfg
67
from operationbot.event import Event
78

0 commit comments

Comments
 (0)