Skip to content

Commit

Permalink
Update src/ravenpy/config/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor James Smith <[email protected]>
  • Loading branch information
huard and Zeitsperre authored Nov 29, 2024
1 parent 8d7ae19 commit a381372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ravenpy/config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from collections.abc import Sequence
from enum import Enum
from textwrap import dedent, indent
from typing import Any, Optional, TypedDict, Union
from typing import Any, Optional, Union

from pydantic import BaseModel, ConfigDict, Field, RootModel, model_validator
from pymbolic.primitives import ExpressionNode, Variable
Expand Down

0 comments on commit a381372

Please sign in to comment.