Skip to content

Commit 6454676

Browse files
authored
chore: remove unused imports (#130)
* chore: remove unused imports * lint
1 parent b2a2208 commit 6454676

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
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 & 3 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,7 +27,6 @@
2927
)
3028

3129
from aiohttp import ClientSession
32-
from pytest import Session
3330

3431

3532
class ToolboxTool:

0 commit comments

Comments
 (0)