Skip to content

Commit 71af6d9

Browse files
committed
Add missing sys import for platform check
1 parent c444713 commit 71af6d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import os
1818
import re
1919
import subprocess as sp
20+
import sys
2021
import tempfile
2122

2223
import tests.test_utils as utils

0 commit comments

Comments
 (0)