Skip to content

Commit

Permalink
Add noqa for unused imports in tests
Browse files Browse the repository at this point in the history
These tests import to test availability
  • Loading branch information
johannaengland committed Sep 25, 2024
1 parent b0c52bd commit 0d79f73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unittests/Snmp/Snmp_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ruff: noqa: F401 - importing to test availability

import unittest
from mock import Mock, patch
import pytest
Expand Down
2 changes: 2 additions & 0 deletions tests/unittests/buildconf_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ruff: noqa: F401 - importing to test availability

from unittest import TestCase


Expand Down

0 comments on commit 0d79f73

Please sign in to comment.