Skip to content

Commit 2b007d1

Browse files
IanMatthewHuffIan Huff
andauthored
remove unused imports from test files (microsoft#13743)
Co-authored-by: Ian Huff <ianhuff@AAULMER-DT1.redmond.corp.microsoft.com>
1 parent 6489528 commit 2b007d1

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

news/3 Code Health/13729.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove unused imports from data science ipython test files.

pythonFiles/tests/ipython/scripts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import os
55
import json
66
import sys
7-
import imp
87

98

109
def check_for_ipython():

pythonFiles/tests/ipython/test_variables.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
# Licensed under the MIT License.
33

44
import pytest
5-
import sys
65
import os
7-
import json
86
from .scripts import (
97
get_variable_value,
108
get_variables,
119
get_data_frame_info,
1210
get_data_frame_rows,
1311
check_for_ipython,
1412
)
15-
import imp
1613

1714
haveIPython = check_for_ipython()
1815

0 commit comments

Comments
 (0)