Skip to content

Commit 91c28e7

Browse files
authored
Fix import from .utils in src/api.py for src/utils.py
1 parent d973580 commit 91c28e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import requests
2-
from utils import convert_to_locale
2+
from .utils import convert_to_locale
33

44
BASE_URL = "https://graph.threads.net/v1.0"
55

0 commit comments

Comments
 (0)