Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python_otbr_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import json

import aiohttp
import voluptuous as vol # type:ignore[import]
import voluptuous as vol # type: ignore[import]

from .models import ActiveDataSet, PendingDataSet, Timestamp

Expand Down
2 changes: 1 addition & 1 deletion python_otbr_api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from dataclasses import dataclass
from typing import Any

import voluptuous as vol # type:ignore[import]
import voluptuous as vol # type: ignore[import]


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==25.12.0
black==26.1.0
flake8==7.3.0
mypy==1.19.1
pylint==4.0.4
Expand Down
1 change: 0 additions & 1 deletion tests/test_util/aiohttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from multidict import CIMultiDict
from yarl import URL


RETYPE = type(re.compile(""))

# pylint: disable=unused-argument, too-many-arguments, too-many-instance-attributes
Expand Down