Skip to content

Commit

Permalink
Merge pull request #3 from VowpalWabbit/fix_linting
Browse files Browse the repository at this point in the history
Fix mypy errors
  • Loading branch information
olgavrou authored Aug 29, 2023
2 parents 7725192 + 4e6e03e commit f7fb083
Show file tree
Hide file tree
Showing 10 changed files with 295 additions and 250 deletions.
2 changes: 1 addition & 1 deletion libs/langchain/langchain/chains/rl_chain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from langchain.chains.rl_chain.pick_best_chain import PickBest


def configure_logger():
def configure_logger() -> None:
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
ch = logging.StreamHandler()
Expand Down
Loading

0 comments on commit f7fb083

Please sign in to comment.