We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84a4f2 commit 35fbb0dCopy full SHA for 35fbb0d
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pixy-sdk"
7
-version = "0.0.4"
+version = "0.0.5"
8
description = "A python sdk for pixy."
9
readme = "README.md"
10
requires-python = ">=3.9"
src/pixy/utils.py
@@ -5,7 +5,7 @@
SubtitleGenProperties,
GetListParameters,
)
-from settings import Settings
+from .settings import Settings
import logging
11
0 commit comments