mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-16 04:02:56 -06:00
🚨 Imported sys from own module
This commit is contained in:
parent
371e74fca8
commit
66d59f2575
@ -5,7 +5,8 @@
|
|||||||
import argparse
|
import argparse
|
||||||
import logging
|
import logging
|
||||||
import ssl
|
import ssl
|
||||||
from os import environ, sys
|
from os import environ
|
||||||
|
import sys
|
||||||
|
|
||||||
from pynetbox import api
|
from pynetbox import api
|
||||||
from pynetbox.core.query import RequestError as NBRequestError
|
from pynetbox.core.query import RequestError as NBRequestError
|
||||||
|
Loading…
Reference in New Issue
Block a user