Skip to content

Commit 44e3b86

Browse files
committed
fix costs
1 parent 52179bd commit 44e3b86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

parea/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import os
21
from typing import Dict, Union
32

3+
import os
4+
45
from dotenv import load_dotenv
56

67
load_dotenv()

0 commit comments

Comments
 (0)