Skip to content

Commit

Permalink
fix: remove unused logging alias
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <[email protected]>
  • Loading branch information
aarnphm committed Apr 2, 2023
1 parent 3393fe7 commit 3b1f25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bentoml/transformers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

import typing as t
import logging as logging
import logging

from ._internal.frameworks.transformers import get
from ._internal.frameworks.transformers import load_model
Expand Down

0 comments on commit 3b1f25f

Please sign in to comment.