Skip to content

Commit ea118f4

Browse files
committed
Run black
1 parent 5e8a468 commit ea118f4

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

harp/model.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@
77
from enum import Enum
88
from typing import Dict, List, Optional, Union
99

10-
from pydantic import (BaseModel, BeforeValidator, ConfigDict, Field, RootModel,
11-
field_serializer)
10+
from pydantic import (
11+
BaseModel,
12+
BeforeValidator,
13+
ConfigDict,
14+
Field,
15+
RootModel,
16+
field_serializer,
17+
)
1218
from typing_extensions import Annotated
1319

1420

harp/reader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
from math import log2
77
from os import PathLike
88
from pathlib import Path
9-
from typing import (Any, BinaryIO, Callable, Iterable, Mapping, Optional,
10-
Protocol, Union)
9+
from typing import Any, BinaryIO, Callable, Iterable, Mapping, Optional, Protocol, Union
1110

1211
import requests
1312
from deprecated import deprecated

0 commit comments

Comments
 (0)