Skip to content

Commit

Permalink
chore: address comments and remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Aug 3, 2022
1 parent 3613e0a commit 091b994
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Run type checker:
make type
```

## Editing proto files.
## Editing proto files

The proto files for the BentoML gRPC service are located under [`bentoml/grpc`](./bentoml/grpc/).
The generated python files are not included in the git repository, and are instead generated on install.
Expand Down
1 change: 0 additions & 1 deletion bentoml/_internal/server/grpc/interceptors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import sys
import typing as t
import asyncio
import logging
from abc import ABCMeta
from abc import abstractmethod
Expand Down

0 comments on commit 091b994

Please sign in to comment.