Skip to content

Commit

Permalink
Update base_multimodal_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Dec 1, 2023
1 parent a7a6d54 commit b726f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarms/models/base_multimodal_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import base64
import concurrent.futures
import time
from concurrent import ThreadPoolExecutor
from concurrent.futures import ThreadPoolExecutor
from io import BytesIO
from typing import List, Optional, Tuple

Expand Down

0 comments on commit b726f04

Please sign in to comment.