Skip to content

Commit 8edae0c

Browse files
amalcaraznesitor
authored andcommitted
fix: linter
1 parent 2914a72 commit 8edae0c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

src/aleph/schemas/api/accounts.py

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,10 @@ class GetAccountCreditHistoryQueryParams(BaseModel):
126126
tx_hash: Optional[str] = Field(
127127
default=None, description="Filter by transaction hash"
128128
)
129-
token: Optional[str] = Field(
130-
default=None, description="Filter by token"
131-
)
132-
chain: Optional[str] = Field(
133-
default=None, description="Filter by chain"
134-
)
135-
provider: Optional[str] = Field(
136-
default=None, description="Filter by provider"
137-
)
138-
origin: Optional[str] = Field(
139-
default=None, description="Filter by origin"
140-
)
129+
token: Optional[str] = Field(default=None, description="Filter by token")
130+
chain: Optional[str] = Field(default=None, description="Filter by chain")
131+
provider: Optional[str] = Field(default=None, description="Filter by provider")
132+
origin: Optional[str] = Field(default=None, description="Filter by origin")
141133
origin_ref: Optional[str] = Field(
142134
default=None, description="Filter by origin reference"
143135
)

0 commit comments

Comments
 (0)