Skip to content

Commit 82bc6ef

Browse files
author
Guido Trotter
committed
Add back missing import
Signed-off-by: Guido Trotter <[email protected]>
1 parent fac02eb commit 82bc6ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/nxos/test_getters.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Tests for getters."""
22

3+
from napalm.base.test.getters import BaseTestGetters
4+
35
import pytest
46
from mock import patch
57

0 commit comments

Comments
 (0)