Skip to content

Commit

Permalink
Removing stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfixstsci committed Aug 20, 2024
1 parent 7e701b2 commit d0262e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,6 @@ def mk_plt_layout(self, plot_data):
)
box_layout = layout(children=[self.date_range, grid])

# return the needed components for embedding the results in the MSATA html template
self.script, self.div = components(box_layout)

def identify_tables(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ def mk_plt_layout(self, plot_data):
grid = gridplot([p1, p2, p3, p4, p5, p6], ncols=2, merge_tools=False)
box_layout = layout(children=[self.date_range, grid])

# return the needed components for embeding the results in the WATA html template
self.script, self.div = components(box_layout)

def file_exists_in_database(self, filename):
Expand Down

0 comments on commit d0262e0

Please sign in to comment.