Skip to content

Commit 3fa94f2

Browse files
authored
Correct formatting
1 parent 2707706 commit 3fa94f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sagemaker/feature_store/feature_processor/_input_offset_parser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ def get_offset_datetime(self, offset: Optional[str]) -> datetime:
7272

7373
return self.now + offset_td
7474

75-
def get_offset_date_year_month_day_hour(self, offset: Optional[str]) -> Tuple[str, str, str, str]:
75+
def get_offset_date_year_month_day_hour(
76+
self, offset: Optional[str]
77+
) -> Tuple[str, str, str, str]:
7678
"""Get the year, month, day and hour based on offset diff.
7779
7880
Args:

0 commit comments

Comments
 (0)