Skip to content

Commit

Permalink
ran isort
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed May 28, 2024
1 parent 5aa4996 commit 56075a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vision_agent/agent/agent.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from abc import ABC, abstractmethod
from pathlib import Path
from typing import Dict, List, Optional, Union, Any
from typing import Any, Dict, List, Optional, Union


class Agent(ABC):
Expand Down
2 changes: 1 addition & 1 deletion vision_agent/agent/agent_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import sys
from pathlib import Path
from typing import Dict, List, Optional, Union, Any
from typing import Any, Dict, List, Optional, Union

from rich.console import Console
from rich.syntax import Syntax
Expand Down

0 comments on commit 56075a0

Please sign in to comment.