From f6c8e36961f515e8d89eea90cc94d27eadb71ba2 Mon Sep 17 00:00:00 2001 From: Ryuichi Arafune Date: Sun, 25 Feb 2024 14:15:03 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 683d916a..bf6b3c0c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ import arpes import arpes.config from arpes.io import example_data -from arpes.endstations.plugin.ALG_maini import ALGMainChamber +from arpes.endstations.plugin.ALG_main import ALGMainChamber from arpes.widgets import fit_initializer # -- Project information -----------------------------------------------------