Skip to content

Commit

Permalink
missing "util" import (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos authored Jul 31, 2024
1 parent afc9067 commit 6528d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import List

import pytest
from test_util import config, harness
from test_util import config, harness, util

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit 6528d4f

Please sign in to comment.