Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 29, 2024
1 parent a6d47c0 commit 5b33cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json_database/hpm.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from hivemind_plugin_manager.database import Client, AbstractDB, cast2client
from ovos_utils.log import LOG
from ovos_utils.xdg_utils import xdg_data_home
from typing import Union, Iterable, List
from json_database import JsonStorageXDG
from typing import Union, Iterable, List, Optional
from json_database import JsonStorageXDG, EncryptedJsonStorageXD
from dataclasses import dataclass


Expand Down

0 comments on commit 5b33cc1

Please sign in to comment.