Add missing imports

This commit is contained in:
Tulir Asokan 2021-11-09 01:56:20 +02:00
parent 84152b1c28
commit c685eb5e08

View File

@ -13,6 +13,9 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
from typing import Any
import os
from mautrix.util.config import BaseFileConfig, ConfigUpdateHelper