Skip to content

Commit 379ed5d

Browse files
committed
feat:fix linters
1 parent a8024e9 commit 379ed5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/endpoints/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .fixtures import *
1+
from .fixtures import base_command_payload, command_payload_v4,command_payload_v3, unknown_bot_payload # noqa: F401

tests/endpoints/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@pytest.fixture
99
def base_command_payload(bot_id: UUID) -> Dict[str, Any]:
10-
"""Base command payload with common structure."""
10+
"""Define the base command payload with a common structure."""
1111
return {
1212
"bot_id": str(bot_id),
1313
"command": {

0 commit comments

Comments
 (0)