Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Feb 3, 2025
1 parent 4f47c27 commit ee79429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
run: poetry run ruff format --check

- name: Test code
if: matrix.python-version != '3.12'
run: poetry run pytest

- name: Test code with coverage
Expand Down
3 changes: 3 additions & 0 deletions tests/protocol/test_protocol.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import asyncio
import unittest

# ruff: noqa: F401
from unittest.mock import MagicMock

from pyown.exceptions import ParseError
from pyown.messages import ACK
from pyown.protocol.protocol import OWNProtocol
Expand Down

0 comments on commit ee79429

Please sign in to comment.