File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
# pylint: disable=unused-argument
2
2
# pylint: disable=undefined-variable
3
3
4
- import json
5
- import os
6
4
import unittest
7
5
8
6
from parameterized import parameterized
11
9
from core .enums .os_type import OSType
12
10
from core .enums .platform_type import Platform
13
11
from core .settings import Settings
14
- from core .utils .file_utils import Folder , File
15
- from core .utils .gradle import Gradle
16
- from core .utils .json_utils import JsonUtils
17
- from core .utils .npm import Npm
18
12
from core .utils .perf_utils import PerfUtils
19
- from core .utils .xcode import Xcode
20
- from data .changes import Changes , Sync
13
+ from data .changes import Changes
21
14
from data .templates import Template
22
15
from products .nativescript .perf_helpers import Helpers
23
- from products .nativescript .tns import Tns
24
16
25
17
TOLERANCE = 0.20
26
18
You can’t perform that action at this time.
0 commit comments