Skip to content

Commit

Permalink
#103 removes DeprecationWarning filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rbw committed Dec 17, 2018
1 parent f6515a3 commit 1ad75f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pysnow/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
from .url_builder import URLBuilder
from .params_builder import ParamsBuilder

warnings.simplefilter("always", DeprecationWarning)

logger = logging.getLogger('pysnow')


Expand Down
2 changes: 0 additions & 2 deletions pysnow/oauth_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from .client import Client
from .exceptions import InvalidUsage, MissingToken, TokenCreateError

warnings.simplefilter("always", DeprecationWarning)

logger = logging.getLogger('pysnow')


Expand Down

0 comments on commit 1ad75f7

Please sign in to comment.