Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 17, 2023
1 parent 3af4e43 commit 7abf3a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/test_config_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License

import sys
import warnings
from io import StringIO
from unittest import mock

from delayed_assert import expect, assert_expectations

from reportportal_client import OutputType

from examples.test_rp_logging import LOG_MESSAGE
from tests import REPORT_PORTAL_SERVICE
from tests.helpers import utils
Expand Down

0 comments on commit 7abf3a8

Please sign in to comment.