mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Fix mypy issues
This commit is contained in:
@@ -2,7 +2,7 @@ import math
|
||||
from collections import defaultdict
|
||||
from typing import TextIO, Tuple
|
||||
|
||||
from networkx import DiGraph, topological_sort
|
||||
from networkx import DiGraph, topological_sort # type: ignore[import]
|
||||
|
||||
|
||||
def read_pair(item: str) -> Tuple[str, int]:
|
||||
|
||||
Reference in New Issue
Block a user