Skip to content

Commit 69492bc

Browse files
committed
chore: isort config (APPS-8625)
1 parent f8f6f6c commit 69492bc

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rtbhouse-sdk"
3-
version = "12.0.0"
3+
version = "12.0.1"
44
description = "RTB House SDK"
55
authors = ["RTB House Apps Team <apps@rtbhouse.com>"]
66
license = "BSD License"
@@ -54,6 +54,7 @@ omit = ["*/tests/*"]
5454
show_missing = true
5555

5656
[tool.isort]
57+
line_length = 120
5758
profile = "black"
5859

5960
[tool.mypy]

rtbhouse_sdk/client.py

+1-11
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,7 @@
66
from datetime import date, timedelta
77
from json import JSONDecodeError
88
from types import TracebackType
9-
from typing import (
10-
Any,
11-
AsyncIterable,
12-
Dict,
13-
Generator,
14-
Iterable,
15-
List,
16-
Optional,
17-
Type,
18-
Union,
19-
)
9+
from typing import Any, AsyncIterable, Dict, Generator, Iterable, List, Optional, Type, Union
2010

2111
import httpx
2212

0 commit comments

Comments
 (0)