Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 10, 2024
1 parent 03890ce commit 196357c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apax/config/md_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Literal, Union

import yaml
from pydantic import BaseModel, Field, PositiveFloat, PositiveInt, NonNegativeInt
from pydantic import BaseModel, Field, NonNegativeInt, PositiveFloat, PositiveInt


class NHCOptions(BaseModel, extra="forbid"):
Expand Down

0 comments on commit 196357c

Please sign in to comment.