Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Nov 16, 2023
1 parent 9ca27c5 commit 493e595
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/nav/portadmin/snmp/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
# details. You should have received a copy of the GNU General Public License
# along with NAV. If not, see <http://www.gnu.org/licenses/>.
#
import time
from functools import wraps
from operator import attrgetter
import logging
from typing import Dict, Sequence, List, Any

from nav import Snmp
from nav.Snmp.profile import get_snmp_session_for_profile
from nav.Snmp import safestring, OID
from nav.Snmp.errors import (
Expand Down

0 comments on commit 493e595

Please sign in to comment.