Skip to content

Commit 80a38e6

Browse files
committed
isort
1 parent 6a17c4f commit 80a38e6

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

elementary/monitor/data_monitoring/schema.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22
from datetime import datetime
33
from enum import Enum
44
from functools import cached_property
5-
from typing import (
6-
Any,
7-
Generic,
8-
Iterable,
9-
List,
10-
Optional,
11-
Pattern,
12-
Set,
13-
Tuple,
14-
TypeVar,
15-
)
5+
from typing import Any, Generic, Iterable, List, Optional, Pattern, Set, Tuple, TypeVar
166

177
from elementary.utils.log import get_logger
188
from elementary.utils.pydantic_shim import BaseModel, Field, validator

0 commit comments

Comments
 (0)