Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Mar 17, 2024
1 parent 680554a commit a852354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vision_agent/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
class Agent(ABC):
@abstractmethod
def __call__(
self, input: Union[List[Dict[str, str]], str], image: Optional[Union[str, Path]] = None
self,
input: Union[List[Dict[str, str]], str],
image: Optional[Union[str, Path]] = None,
) -> str:
pass

0 comments on commit a852354

Please sign in to comment.