Skip to content

Commit

Permalink
update pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
chenllliang committed Oct 19, 2023
1 parent 49be121 commit bee5730
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions camel/prompts/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# =========== Copyright 2023 @ CAMEL-AI.org. All Rights Reserved. ===========
from typing import (
Any, Union, List, Dict, Callable
)
from typing import Any, Callable, Dict, List, Union

from camel.prompts import TextPrompt


MODALITIES = ["CAMEL_IMAGE"]


Expand Down

0 comments on commit bee5730

Please sign in to comment.