We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992d1c7 commit 2872e51Copy full SHA for 2872e51
tools/arm_pack_manager/__init__.py
@@ -7,12 +7,16 @@
7
from Queue import Queue
8
from re import compile, sub
9
from sys import stderr, stdout
10
-from fuzzywuzzy import process
11
from itertools import takewhile
12
import argparse
13
from json import dump, load
14
from zipfile import ZipFile
15
from tempfile import gettempdir
+import warnings
16
+
17
+warnings.filterwarnings("ignore")
18
19
+from fuzzywuzzy import process
20
21
RootPackURL = "http://www.keil.com/pack/index.idx"
22
0 commit comments