Skip to content

Commit 7537d22

Browse files
committed
fix: import os instead of sys
1 parent 9ece5c5 commit 7537d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"""
3131
import mock
3232
import logging
33-
import sys
33+
import os
3434

3535
from vsc.install.testing import TestCase
3636

0 commit comments

Comments
 (0)