Skip to content

Commit 34a1e08

Browse files
committed
fix: lint
fix: action
1 parent 2c441a8 commit 34a1e08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

taskiq_pipelines/pipeliner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mypy: ignore-errors
2-
# Temporary ignore, because of some mypy issues with pydantic models and typing.
2+
# Temporary ignore, because of some mypy issues.
33

44
from types import CoroutineType
55
from typing import (

tests/test_steps.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# mypy: ignore-errors
2+
# Temporary ignore, because of some mypy issues.
3+
14
from typing import List
25

36
import pytest

0 commit comments

Comments
 (0)