Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Jan 3, 2024
1 parent 663fab4 commit bb167a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscript/sunsch/sunsch.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
import textwrap
import warnings
from pathlib import Path
from typing import Dict, List, Literal, Optional, Union

import dateutil.parser
import yaml
from pydantic import BaseModel, FilePath

from subscript import __version__, getLogger
from subscript.sunsch.time_vector import TimeVector # type: ignore
from typing import Dict, List, Literal, Optional, Union

logger = getLogger(__name__)

Expand Down

0 comments on commit bb167a2

Please sign in to comment.