standard import "from pathlib import Path" should be placed before "import pytest"
Codacy detected an issue:
Message: standard import "from pathlib import Path" should be placed before "import pytest"
Occurred on:
- Commit: 52c29e95
- File: tests/test_session.py
- LineNum: 2
-
Code:
from pathlib import Path
Currently on:
- Commit: 9d65b9e6
- File: tests/test_session.py
- LineNum: 2