mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
unit tests: fix absolute imports in test_pyroute2
Bug-Url: https://github.com/saltstack/salt/pull/41533
This commit is contained in:
parent
e51e5c7e2f
commit
c744cbefd7
@ -1,4 +1,6 @@
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
from pyroute2 import IPDB
|
||||
from tests.support.unit import TestCase
|
||||
from salt.beacons.network_settings import ATTRS
|
||||
|
Loading…
Reference in New Issue
Block a user