Skip to content

Commit 35fbb0d

Browse files
fix settings
1 parent e84a4f2 commit 35fbb0d

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.4"
7+
version = "0.0.5"
88
description = "A python sdk for pixy."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/pixy/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SubtitleGenProperties,
66
GetListParameters,
77
)
8-
from settings import Settings
8+
from .settings import Settings
99

1010
import logging
1111

0 commit comments

Comments
 (0)