Skip to content

Commit 9e5d6c6

Browse files
authored
chore(processors): mark processors._ProcessorOfCallable as final (#6)
Mark the `sghi.etl.commons.processors._ProcessorOfCallable` class as final.
1 parent b42328e commit 9e5d6c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sghi/etl/commons/processors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def dispose(self) -> None:
161161
self._logger.info("Disposal complete.")
162162

163163

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

0 commit comments

Comments
 (0)