Skip to content

Commit

Permalink
fix:typo in hpm import
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Dec 29, 2024
1 parent 2ef7b61 commit 1f1ccb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_database/hpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ovos_utils.log import LOG
from ovos_utils.xdg_utils import xdg_data_home
from typing import Union, Iterable, List, Optional
from json_database import JsonStorageXDG, EncryptedJsonStorageXD
from json_database import JsonStorageXDG, EncryptedJsonStorageXDG
from dataclasses import dataclass


Expand Down

0 comments on commit 1f1ccb3

Please sign in to comment.