Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kenny-statsig committed Nov 11, 2024
1 parent 64da7ca commit 8d3c581
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,7 @@ timeout-methods=requests.api.delete,requests.api.get,requests.api.head,requests.

# List of note tags to take in consideration, separated by a comma.
notes=FIXME,
XXX,
TODO
XXX

# Regular expression of note tags to take in consideration.
notes-rgx=
Expand Down
1 change: 0 additions & 1 deletion azureai/model_client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import time

from typing import Dict, Iterable, List, Optional, Union, Callable, TypeVar
from itertools import tee
from azure.ai.inference import ChatCompletionsClient, EmbeddingsClient
from azure.ai.inference.models._models import (
ChatRequestMessage,
Expand Down

0 comments on commit 8d3c581

Please sign in to comment.