Skip to content

Commit

Permalink
Patch/import shutil (#1530)
Browse files Browse the repository at this point in the history
* fix actions

* fallback

* import shutil
  • Loading branch information
emrgnt-cmplxty authored Oct 30, 2024
1 parent 977edf0 commit be8cf5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/core/providers/ingestion/r2r/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# type: ignore
import logging
import shutil
import time
from typing import Any, AsyncGenerator, Optional, Union

Expand Down

0 comments on commit be8cf5e

Please sign in to comment.