Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaido987 authored Jun 26, 2022
1 parent 5d31e72 commit d26fb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darts/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -2660,7 +2660,7 @@ def stack(self, other: "TimeSeries") -> "TimeSeries":
"""
return concatenate([self, other], axis=1)

def drop_columns(self, col_names: Union[List[str], str]) -> "TimeSeries":
def drop_columns(self, col_names: Union[List[str], str]) -> "TimeSeries":
"""
Return a new ``TimeSeries`` instance with dropped columns/components.
Expand Down

0 comments on commit d26fb0f

Please sign in to comment.