Skip to content

Commit e84a4f2

Browse files
fix utils
1 parent c4df3ac commit e84a4f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pixy-sdk"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
description = "A python sdk for pixy."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/pixy/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SubtitleGenProperties,
55
GetListParameters,
66
)
7-
from utils import verify, generate, get_by_uid, get_list, delete, update
7+
from .utils import verify, generate, get_by_uid, get_list, delete, update
88
import logging
99

1010
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)