Skip to content

Commit

Permalink
Update src/plumpy/event_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber authored Nov 10, 2023
1 parent 6eb00d9 commit 303685a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plumpy/event_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

if TYPE_CHECKING:
from typing import Set, Type

Check warning on line 8 in src/plumpy/event_helper.py

View check run for this annotation

Codecov / codecov/patch

src/plumpy/event_helper.py#L8

Added line #L8 was not covered by tests

from .process_listener import ProcessListener # pylint: disable=cyclic-import

Check warning on line 10 in src/plumpy/event_helper.py

View check run for this annotation

Codecov / codecov/patch

src/plumpy/event_helper.py#L10

Added line #L10 was not covered by tests

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 303685a

Please sign in to comment.