Skip to content

Commit 401bad6

Browse files
committed
MAINT: rm unnecessary sys import.
1 parent 4bc8baf commit 401bad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpydoc/tests/hooks/test_validate_hook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Test the numpydoc validate pre-commit hook."""
22

33
import inspect
4-
import sys
54
from pathlib import Path
65

76
import pytest

0 commit comments

Comments
 (0)