Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 11, 2025
1 parent d46bfe4 commit 9f428d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/test_flatten_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import pytest
from unittest import mock

import pytest

from tests import REPORT_PORTAL_SERVICE
from tests.helpers import utils
from tests.helpers.utils import DEFAULT_VARIABLES
Expand Down

0 comments on commit 9f428d7

Please sign in to comment.