Skip to content

Commit

Permalink
Fixed linting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed May 10, 2024
1 parent 57d0d9b commit fb3eed6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mlserver/rest/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from .requests import Request
from .responses import Response
from .errors import _EXCEPTION_HANDLERS
from .logging import logger

from ..settings import Settings
from ..handlers import DataPlane, ModelRepositoryHandlers
Expand Down
1 change: 0 additions & 1 deletion mlserver/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from typing import Any, Dict, List, Optional, Type, Union, no_type_check, TYPE_CHECKING
from pydantic import (
root_validator,
PyObject,
Extra,
Field,
Expand Down

0 comments on commit fb3eed6

Please sign in to comment.