Skip to content

Commit 873937a

Browse files
Add missing import
1 parent 3bc2986 commit 873937a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/tox/verify_installed_packages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import os
1010
import sys
1111
import logging
12+
from os import path
1213

1314
# import common_task module
1415
root_dir = path.abspath(path.join(path.abspath(__file__), "..", "..", ".."))

0 commit comments

Comments
 (0)