Skip to content

Commit

Permalink
Suggestion to fix issue #51795
Browse files Browse the repository at this point in the history
  • Loading branch information
misch42 authored and dwoz committed Jan 3, 2020
1 parent ba07d56 commit f8ee7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/netbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

try:
import pynetbox
from pynetbox.lib import RequestError
from pynetbox.core.query import RequestError
HAS_PYNETBOX = True
except ImportError:
HAS_PYNETBOX = False
Expand Down

0 comments on commit f8ee7d3

Please sign in to comment.