Skip to content

Commit 4e9013b

Browse files
committed
stop importing logging in modules that re-use Org's logger
1 parent 51a8c62 commit 4e9013b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

netfoundry/network.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Use a network and find and manage its resources."""
22

33
import json
4-
import logging
54
import re
65
import time
76
from requests.exceptions import HTTPError, JSONDecodeError

netfoundry/network_group.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
"""Use a network group and find its networks."""
22

3-
from ast import Or
4-
import logging
5-
63
from .utility import (NET_RESOURCES, RESOURCES, STATUS_CODES,
74
find_generic_resources, get_generic_resource, http, is_uuidv4,
85
normalize_caseless, any_in)

0 commit comments

Comments
 (0)