Skip to content

Commit

Permalink
chore(processors): mark processors._ProcessorOfCallable as final (#6)
Browse files Browse the repository at this point in the history
Mark the `sghi.etl.commons.processors._ProcessorOfCallable` class as final.
  • Loading branch information
kennedykori committed Apr 14, 2024
1 parent b42328e commit 9e5d6c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sghi/etl/commons/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def dispose(self) -> None:
self._logger.info("Disposal complete.")


@final
class _ProcessorOfCallable(Processor[_RDT, _PDT], Generic[_RDT, _PDT]):
__slots__ = ("_delegate_to", "_is_disposed", "_logger")

Expand Down

0 comments on commit 9e5d6c6

Please sign in to comment.