Skip to content

Commit

Permalink
chore: isort config (APPS-8625) (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dszady-rtb authored Aug 16, 2024
1 parent f8f6f6c commit e201f91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rtbhouse-sdk"
version = "12.0.0"
version = "12.0.1"
description = "RTB House SDK"
authors = ["RTB House Apps Team <[email protected]>"]
license = "BSD License"
Expand Down Expand Up @@ -54,6 +54,7 @@ omit = ["*/tests/*"]
show_missing = true

[tool.isort]
line_length = 120
profile = "black"

[tool.mypy]
Expand Down
12 changes: 1 addition & 11 deletions rtbhouse_sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,7 @@
from datetime import date, timedelta
from json import JSONDecodeError
from types import TracebackType
from typing import (
Any,
AsyncIterable,
Dict,
Generator,
Iterable,
List,
Optional,
Type,
Union,
)
from typing import Any, AsyncIterable, Dict, Generator, Iterable, List, Optional, Type, Union

import httpx

Expand Down

0 comments on commit e201f91

Please sign in to comment.