Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkinnison committed Jul 26, 2022
1 parent 4f015b5 commit 2d8d856
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ludwig/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
from starlette.middleware import Middleware
from starlette.middleware.cors import CORSMiddleware
from starlette.requests import Request

# from starlette.responses import JSONResponse
except ImportError as e:
logger.error(e)
logger.error(
Expand Down
1 change: 0 additions & 1 deletion tests/ludwig/utils/test_server_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy as np
import pytest

from ludwig.utils.server_utils import NumpyJSONResponse

Expand Down

0 comments on commit 2d8d856

Please sign in to comment.