Skip to content

Commit b77a1ae

Browse files
Merge pull request #120 from KennyChenBasis/NOJIRA-remove-warning-filter
NOJIRA: Remove warning filter
2 parents e32db63 + 36fdb33 commit b77a1ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rosette/api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import sys
2525
import os
2626
import re
27-
import warnings
2827
import requests
2928
import platform
3029

@@ -46,8 +45,6 @@
4645
else:
4746
_GZIP_SIGNATURE = str(_GZIP_BYTEARRAY)
4847

49-
warnings.simplefilter('always')
50-
5148

5249
class _ReturnObject(object):
5350

0 commit comments

Comments
 (0)