Skip to content

Commit

Permalink
fixed ordering of imports in script
Browse files Browse the repository at this point in the history
  • Loading branch information
elinscott committed Sep 7, 2023
1 parent 616a15e commit b262bb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/_static/keywords/generate_keywords.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from koopmans.settings import (MLSettingsDict, PlotSettingsDict,
from koopmans.settings import (ConvergenceSettingsDict, MLSettingsDict,
PlotSettingsDict,
UnfoldAndInterpolateSettingsDict,
WorkflowSettingsDict, ConvergenceSettingsDict)
WorkflowSettingsDict)


def print_settings_as_html(settings, table_id, fd):
Expand Down

0 comments on commit b262bb2

Please sign in to comment.