Skip to content

Commit

Permalink
missing reformat; ruff reformatting is meh...longer line length woul…
Browse files Browse the repository at this point in the history
…d be nicer for classes
  • Loading branch information
danellecline committed Aug 21, 2024
1 parent 2390ea4 commit c77b97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbp/meta_gen/json_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def no_jitter(self, day_df: pd.DataFrame) -> pd.DataFrame:
The corrected dataframe
"""
self.log.info(
"Using file start times as is, setting jitter to 0 and calculating end times."
"Using file start times as is, setting jitter to 0 and calculating end times."
)
# calculate the difference between each row start time and save as diff in a copy of the dataframe
day_df = day_df.copy()
Expand Down

0 comments on commit c77b97c

Please sign in to comment.