Skip to content

Commit

Permalink
reformat for black 24
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Jan 31, 2024
1 parent 9553cf2 commit 01c5d21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schedview/plot/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,9 +888,9 @@ def update_displayed_value_metadata_bokeh_model(self):
if "displayed_value_metadata" in self.bokeh_models:
tier = f"tier {self.survey_index[0]}"
survey = self._unique_survey_name()
self.bokeh_models[
"displayed_value_metadata"
].text = f"<p>Displayed value: {self.map_key} from {tier}, {survey}</p>"
self.bokeh_models["displayed_value_metadata"].text = (

Check warning on line 891 in schedview/plot/scheduler.py

View check run for this annotation

Codecov / codecov/patch

schedview/plot/scheduler.py#L891

Added line #L891 was not covered by tests
f"<p>Displayed value: {self.map_key} from {tier}, {survey}</p>"
)

def make_time_display(self):
"""Create the bokeh model showing what time is being represented."""
Expand Down

0 comments on commit 01c5d21

Please sign in to comment.