We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55aa3d commit 5a4ff02Copy full SHA for 5a4ff02
1 file changed
tests/endpoints/conftest.py
@@ -1,6 +1,6 @@
1
-from .fixtures import (
+from .fixtures import ( # noqa: F401
2
base_command_payload,
3
- command_payload_v4,
4
command_payload_v3,
+ command_payload_v4,
5
unknown_bot_payload,
6
-) # noqa: F401
+)
0 commit comments