Skip to content

Commit

Permalink
./lint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarcel committed Sep 13, 2024
1 parent 4e749d2 commit 189f482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def metadata(pat: bool = False) -> tuple[tuple[str, str], tuple[str, str]]:
key = os.environ.get("CLARIFAI_API_KEY")

return (
("x-clarifai-request-id-prefix", f"python-grpc-{CLIENT_VERSION}"),
("authorization", f"Key {key}"),
("x-clarifai-request-id-prefix", f"python-grpc-{CLIENT_VERSION}"),
("authorization", f"Key {key}"),
)


Expand Down

0 comments on commit 189f482

Please sign in to comment.