Skip to content

Commit

Permalink
isort: skip relative import in isort
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavSethia07 committed Feb 24, 2024
1 parent 7850712 commit cc22c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from fastapi import FastAPI

from .inference_onnx import ColaONNXPredictor
from inference_onnx import ColaONNXPredictor # isort:skip

summary = '''This is an application powered by NLP.
This app can classify a sentence into one of the two classes.
Expand Down

0 comments on commit cc22c4c

Please sign in to comment.