Skip to content

Commit 489ae6c

Browse files
Fix a path that breaks the execution in the deploied env
1 parent c214d8c commit 489ae6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = "chargedPlanner"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "A tool allowing to planify the work of developers"
99
authors = [
1010
{ name="Daniele TRIMARCHI", email="[email protected]" }

src/chargedPlanner/LuccaAPI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from datetime import date
33
from ratelimit import limits, sleep_and_retry
44

5-
from src.chargedPlanner.decorators import singleton
6-
from src.chargedPlanner.chargedPlanner import get_config_filePath
5+
from decorators import singleton
6+
from chargedPlanner import get_config_filePath
77

88
@singleton
99
class LuccaAPI(object) :

0 commit comments

Comments
 (0)