Skip to content

Commit

Permalink
please linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SlowMo24 committed Jul 8, 2024
1 parent c5b7ccb commit e49377d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ohsome/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,5 @@ def _create_groupby_dataframe(self, data, groupby_names) -> DataFrame:

@staticmethod
def _format_timestamp(dt: pd.Series) -> pd.Series:
"""
Format timestamp column as datetime
"""
"""Format timestamp column as datetime."""
return pd.to_datetime(dt.str.replace("Z", ""), format="ISO8601")

0 comments on commit e49377d

Please sign in to comment.