Commit 38ede22
authored
fix: add missing shutdown method to PyPDF file processor adapter (#5047)
# What does this PR do?
Adds async shutdown() method to PyPDFFileProcessorAdapter to comply with
stack shutdown protocol and eliminate warnings during shutdown.
## Test Plan
pre-commit and existing integration tests pass
Signed-off-by: Alina Ryan <aliryan@redhat.com>1 parent d902cdd commit 38ede22
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments