Please pylint once and for all
This commit is contained in:
@@ -21,7 +21,7 @@ from pathlib import Path
|
||||
from os import PathLike
|
||||
from functools import wraps
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
|
||||
|
||||
def replaced_by_path(override: PathLike): # Decorator builder
|
||||
|
||||
@@ -24,7 +24,7 @@ from shutil import copyfile
|
||||
from gi.repository import Gio
|
||||
from PIL import Image, ImageSequence
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
|
||||
|
||||
def resize_cover(cover_path=None, pixbuf=None):
|
||||
|
||||
@@ -26,7 +26,7 @@ from typing import TypedDict
|
||||
import requests
|
||||
from requests.exceptions import HTTPError
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
from src.utils.rate_limiter import PickHistory, RateLimiter
|
||||
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ import requests
|
||||
from gi.repository import Gio
|
||||
from requests.exceptions import HTTPError
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
from src.utils.save_cover import resize_cover, save_cover
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user