Skip to content

Commit 14a5d54

Browse files
committed
chore: remove unused imports
1 parent b2a2208 commit 14a5d54

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages/toolbox-core/src/toolbox_core/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
import re
1514
import types
1615
from typing import Any, Callable, Mapping, Optional, Union
1716

packages/toolbox-core/src/toolbox_core/tool.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515

1616
import asyncio
1717
import types
18-
from collections import defaultdict
1918
from inspect import Parameter, Signature
2019
from typing import (
2120
Any,
2221
Callable,
23-
DefaultDict,
2422
Iterable,
2523
Mapping,
2624
Optional,
@@ -29,8 +27,6 @@
2927
)
3028

3129
from aiohttp import ClientSession
32-
from pytest import Session
33-
3430

3531
class ToolboxTool:
3632
"""

0 commit comments

Comments
 (0)