fix:修复导入utils
All checks were successful
Python application test / build (pull_request) Successful in 27s
All checks were successful
Python application test / build (pull_request) Successful in 27s
This commit is contained in:
parent
cafc83e517
commit
be59c891e5
@ -2,7 +2,7 @@ import json
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
from utils import *
|
||||
from .utils import *
|
||||
import openai
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@ from reportlab.pdfgen import canvas
|
||||
from reportlab.lib.styles import getSampleStyleSheet
|
||||
from reportlab.platypus import Paragraph, Spacer, SimpleDocTemplate
|
||||
from reportlab.lib import colors
|
||||
from utils import *
|
||||
from .utils import *
|
||||
SUPPORTED_EXTENSIONS = {".py", ".js", ".cpp"}
|
||||
OUTPUT_FORMATS = ["html", "md", "txt", "pdf"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user