Skip to content

Commit 5a4ff02

Browse files
committed
feat:fix linters
1 parent e55aa3d commit 5a4ff02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/endpoints/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from .fixtures import (
1+
from .fixtures import ( # noqa: F401
22
base_command_payload,
3-
command_payload_v4,
43
command_payload_v3,
4+
command_payload_v4,
55
unknown_bot_payload,
6-
) # noqa: F401
6+
)

0 commit comments

Comments
 (0)