🚨 "Fixed" linter warnings

This commit is contained in:
Wouter de Bruijn
2025-02-26 14:54:20 +01:00
parent 9ab5e09dd5
commit 7781bc6732
4 changed files with 7 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
import argparse
import logging
import ssl
from os import environ, path, sys
from os import environ, sys
from pynetbox import api
from pynetbox.core.query import RequestError as NBRequestError