Please pylint once and for all
This commit is contained in:
@@ -23,7 +23,7 @@ from time import time
|
||||
|
||||
import yaml
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
from src.game import Game
|
||||
from src.importer.sources.source import (
|
||||
SourceIterationResult,
|
||||
|
||||
@@ -26,7 +26,7 @@ from pathlib import Path
|
||||
from time import time
|
||||
from typing import Optional, TypedDict
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
from src.game import Game
|
||||
from src.importer.sources.source import (
|
||||
URLExecutableSource,
|
||||
|
||||
@@ -23,7 +23,7 @@ from shutil import rmtree
|
||||
from sqlite3 import connect
|
||||
from time import time
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
from src.game import Game
|
||||
from src.importer.sources.source import (
|
||||
SourceIterationResult,
|
||||
|
||||
@@ -24,7 +24,7 @@ from pathlib import Path
|
||||
from time import time
|
||||
from typing import Generator
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
from src.game import Game
|
||||
from src.importer.sources.source import Source, SourceIterationResult, SourceIterator
|
||||
from src.utils.decorators import replaced_by_path, replaced_by_schema_key
|
||||
|
||||
@@ -22,7 +22,7 @@ from shutil import rmtree
|
||||
from sqlite3 import connect
|
||||
from time import time
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
from src.game import Game
|
||||
from src.importer.sources.source import (
|
||||
SourceIterationResult,
|
||||
|
||||
@@ -23,7 +23,7 @@ from collections.abc import Iterable, Iterator
|
||||
from pathlib import Path
|
||||
from typing import Generator, Any
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
from src.game import Game
|
||||
|
||||
# Type of the data returned by iterating on a Source
|
||||
|
||||
@@ -23,7 +23,7 @@ from pathlib import Path
|
||||
from time import time
|
||||
from typing import Iterable
|
||||
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src import shared
|
||||
from src.game import Game
|
||||
from src.importer.sources.source import (
|
||||
SourceIterationResult,
|
||||
|
||||
Reference in New Issue
Block a user