Skip to content

Commit d653830

Browse files
committed
fix: Use relative import for bot module
1 parent 173a601 commit d653830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitbit/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import json
55
from github import Github
6-
from bot import GitBitBot
6+
from .bot import GitBitBot
77

88
def main():
99
"""

0 commit comments

Comments
 (0)