Skip to content

Commit 0adacee

Browse files
committed
remove unused imports
1 parent 4714c5e commit 0adacee

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

test/cli/slnx-folders_test.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@
33

44
import os
55
import re
6-
import glob
7-
import json
8-
import shutil
9-
import xml.etree.ElementTree as ET
106

11-
import pytest
12-
13-
from testutils import create_gui_project_file, cppcheck
7+
from testutils import cppcheck
148

159
__script_dir = os.path.dirname(os.path.abspath(__file__))
1610
__proj_dir = os.path.join(__script_dir, 'slnx-folders')

0 commit comments

Comments
 (0)