Skip to content

Commit

Permalink
Fix legacy imports causing ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Jul 23, 2024
1 parent 676534b commit 505473e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import sys
import time

import sphinx_rtd_theme
from aiida.manage.configuration import Profile, load_profile

import aiida_aimall
Expand Down Expand Up @@ -166,7 +165,7 @@
"default_mode": "dark",
}
html_static_path = ["_static"]
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

html_sidebars = {
"**": [
"navbar-logo.html",
Expand Down
2 changes: 0 additions & 2 deletions src/aiida_aimall/workchains.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
GaussianCalculation = CalculationFactory("aimall.gaussianwfx")
AimqbParameters = DataFactory("aimall.aimqb")
AimqbCalculation = CalculationFactory("aimall.aimqb")
DictData = DataFactory("core.dict")
PDData = DataFactory("dataframe.frame")


@calcfunction
Expand Down

0 comments on commit 505473e

Please sign in to comment.