Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
csgulati09 committed Mar 16, 2024
1 parent 4218138 commit f877ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_assistants.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_method_single_with_vk_and_provider(

@pytest.mark.parametrize("client, virtual_key", t3_params)
def test_method_all_params(
self, client: Any, auth: str, model, virtual_key:str
self, client: Any, auth: str, model, virtual_key: str
) -> None:
metadata = self.get_metadata()
portkey = client(
Expand Down
2 changes: 1 addition & 1 deletion tests/test_threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_metadata(self):

@pytest.mark.parametrize("client, virtual_key", t2_params)
def test_method_single_with_vk_and_provider(
self, client: Any, auth: str, virtual_key:str
self, client: Any, auth: str, virtual_key: str
) -> None:
metadata = self.get_metadata()
portkey = client(
Expand Down

0 comments on commit f877ebe

Please sign in to comment.