Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 883ce0d

Browse files
committed
Fix flake8 errors in tests __init__
1 parent d2aa075 commit 883ce0d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
import os, sys; sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
1+
"""Test package configuration."""
2+
3+
import os
4+
import sys
5+
6+
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))

0 commit comments

Comments
 (0)