Skip to content

Commit

Permalink
fix: ClassVar not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
leclairm committed Oct 28, 2024
1 parent 3070234 commit 6b025ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wcflow/parsing/_yaml_data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime
from os.path import expandvars
from pathlib import Path
from typing import Any, ClassVar
from typing import Any

from isoduration import parse_duration
from isoduration.types import Duration # pydantic needs type # noqa: TCH002
Expand Down

0 comments on commit 6b025ed

Please sign in to comment.