Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed May 20, 2024
1 parent 5e8a468 commit ea118f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 8 additions & 2 deletions harp/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@
from enum import Enum
from typing import Dict, List, Optional, Union

from pydantic import (BaseModel, BeforeValidator, ConfigDict, Field, RootModel,
field_serializer)
from pydantic import (
BaseModel,
BeforeValidator,
ConfigDict,
Field,
RootModel,
field_serializer,
)
from typing_extensions import Annotated


Expand Down
3 changes: 1 addition & 2 deletions harp/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
from math import log2
from os import PathLike
from pathlib import Path
from typing import (Any, BinaryIO, Callable, Iterable, Mapping, Optional,
Protocol, Union)
from typing import Any, BinaryIO, Callable, Iterable, Mapping, Optional, Protocol, Union

import requests
from deprecated import deprecated
Expand Down

0 comments on commit ea118f4

Please sign in to comment.