Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyisi committed Oct 11, 2024
1 parent d7ccfce commit ef8d338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import os
from multiprocessing import Process
from pathlib import Path
from queue import JoinableQueue as Queue
from queue import Queue
from typing import Optional

from transformer_sidecar.object_store_manager import ObjectStoreManager
Expand Down

0 comments on commit ef8d338

Please sign in to comment.