Skip to content

Commit dd7b09f

Browse files
committed
tests: Fix linting issues in test_do_api_query.py
1 parent 44aeafd commit dd7b09f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

zulip/tests/test_do_api_query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from unittest.mock import MagicMock, patch
33

44
import requests
5+
56
import zulip
67

78

@@ -67,4 +68,4 @@ def mock_ensure_session(self: zulip.Client) -> None:
6768

6869

6970
if __name__ == "__main__":
70-
unittest.main()
71+
unittest.main()

0 commit comments

Comments
 (0)