fix(aurora): more pylint fixes
This commit is contained in:
parent
92b031c54e
commit
84543fbd73
5 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
# pylint: disable=cyclic-import
|
||||
import json
|
||||
import sqlite3
|
||||
import time
|
||||
|
@ -7,8 +8,7 @@ from discord import Guild
|
|||
from redbot.core import data_manager
|
||||
|
||||
from .logger import logger
|
||||
from .utils import (convert_timedelta_to_str, generate_dict,
|
||||
get_next_case_number)
|
||||
from .utils import convert_timedelta_to_str, generate_dict, get_next_case_number
|
||||
|
||||
|
||||
def connect() -> sqlite3.Connection:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue