diff --git a/maubot/standalone/config.py b/maubot/standalone/config.py index 84f817d..daf8c20 100644 --- a/maubot/standalone/config.py +++ b/maubot/standalone/config.py @@ -13,6 +13,9 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +from typing import Any +import os + from mautrix.util.config import BaseFileConfig, ConfigUpdateHelper