-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ExecutorStatus abstract class (#2835)
This removes the ExecutorStatus abstract class, instead using its only concrete implementation PollItem everywhere that ExecutorStatus was previously used. This requires some circular imports to let type annotations work - some now annotate some things as PollItem rather than ExecutorStatus. This is done using from __future__ import annotations and import rather than from ... import ...
- Loading branch information
1 parent
c39700b
commit 385fa3b
Showing
4 changed files
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters