Remove unnecessary import
This commit is contained in:
parent
b8b1c8fc63
commit
df8f406432
|
@ -7,7 +7,6 @@
|
||||||
import re
|
import re
|
||||||
from os import environ
|
from os import environ
|
||||||
from os.path import abspath, dirname, join
|
from os.path import abspath, dirname, join
|
||||||
from termios import VREPRINT
|
|
||||||
from typing import Any, Callable, Tuple
|
from typing import Any, Callable, Tuple
|
||||||
|
|
||||||
# For reference see https://docs.netbox.dev/en/stable/configuration/
|
# For reference see https://docs.netbox.dev/en/stable/configuration/
|
||||||
|
|
Loading…
Reference in New Issue