Skip to content

Commit 9e6842a

Browse files
committed
ci: remove unnecessary type ignore
Seems it was due to something with atomicwrites?
1 parent 5d51d2d commit 9e6842a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
run: |
3838
python -m pip install --upgrade pip
3939
python -m pip install .[typing]
40-
- name: Ignore a strange type error that only happens in CI
41-
# This error only happens in CI and I can not reproduce it in the nix
42-
# check or locally:
43-
# khard/khard.py:658: error: Argument "policy" to "message_from_string" has incompatible type "EmailPolicy[EmailMessage]"; expected "Policy[Message[str, str]]" [arg-type]
44-
run: "sed -i '/message = message_from_string/s/$/#type: ignore[arg-type]/' khard/khard.py"
4540
- name: Run the type checker
4641
run: mypy
4742

0 commit comments

Comments
 (0)