Skip to content

Commit 454f100

Browse files
Fix Pyflakes linting error in Blueprint API tests
Removed unused `pathlib` import from `tests/unit/test_http/test_api/test_blueprints/test_client.py` which was causing the CI check (`make lint-pyflakes`) to fail. Co-authored-by: rnovatorov <[email protected]>
1 parent d4b94b5 commit 454f100

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit/test_http/test_api/test_blueprints/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import datetime
44
import io
5-
import pathlib
65
import zipfile
76
from unittest.mock import AsyncMock, MagicMock
87

0 commit comments

Comments
 (0)