Skip to content

Commit 5adf855

Browse files
authored
Remove unused imports (#1154)
This was uncovered by dependabot using a new version of ansible-core where I guess the sanity tests now check for unused imports
1 parent dcca0b3 commit 5adf855

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/module_utils/netbox_ipam.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
__metaclass__ = type
77

88
# Import necessary packages
9-
import traceback
109
from ipaddress import ip_interface
1110
from ansible.module_utils._text import to_text
12-
from ansible.module_utils.basic import missing_required_lib
1311

1412
from ansible_collections.netbox.netbox.plugins.module_utils.netbox_utils import (
1513
NetboxModule,

0 commit comments

Comments
 (0)