Skip to content

Commit 1962132

Browse files
author
Bryannah Hernandez
committed
pylint comment
1 parent 87f9de9 commit 1962132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serve/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66
import importlib.util
77
import uvicorn
8-
import transformers
8+
import transformers # noqa: F401 # pylint: disable=W0611
99

1010
from transformers import pipeline
1111
from fastapi import FastAPI, Request

0 commit comments

Comments
 (0)