Skip to content

Commit

Permalink
Add back missing import
Browse files Browse the repository at this point in the history
Signed-off-by: Guido Trotter <[email protected]>
  • Loading branch information
Guido Trotter committed Jun 20, 2024
1 parent fac02eb commit 82bc6ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/nxos/test_getters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for getters."""

from napalm.base.test.getters import BaseTestGetters

import pytest
from mock import patch

Expand Down

0 comments on commit 82bc6ef

Please sign in to comment.