Add missing imports
This commit is contained in:
parent
84152b1c28
commit
c685eb5e08
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue