isort, add proper skips.

This commit is contained in:
BillSchumacher
2023-04-18 18:59:23 -05:00
parent 4701357a21
commit 86d3444fb8
18 changed files with 38 additions and 47 deletions

View File

@@ -1,6 +1,5 @@
"""Handles loading of plugins."""
from typing import Any, Dict, List, Optional, Tuple, TypedDict
from typing import TypeVar
from typing import Any, Dict, List, Optional, Tuple, TypedDict, TypeVar
from auto_gpt_plugin_template import AutoGPTPluginTemplate