Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Sep 25, 2023
1 parent 9f84968 commit 79c9b9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions reportportal_client/core/rp_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
}
"""


class Issue:
"""This class represents an issue that can be attached to test result."""

Expand Down
1 change: 1 addition & 0 deletions reportportal_client/static/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

"""This module includes exceptions used by the client."""


class RPExceptionBase(Exception):
"""General exception for the package."""

Expand Down
1 change: 0 additions & 1 deletion tests/steps/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from pytest import fixture

from reportportal_client.client import RPClient
from reportportal_client.steps import StepReporter


@fixture
Expand Down

0 comments on commit 79c9b9e

Please sign in to comment.