Make pylint happy
This commit is contained in:
@@ -4,7 +4,7 @@ from collections.abc import Iterable, Iterator
|
||||
from pathlib import Path
|
||||
from typing import Generator, Any
|
||||
|
||||
from src import shared
|
||||
from src import shared # pylint: disable=no-name-in-module
|
||||
from src.game import Game
|
||||
|
||||
# Type of the data returned by iterating on a Source
|
||||
|
||||
Reference in New Issue
Block a user