Skip to content

Commit

Permalink
fix: import logging for utils
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Oct 3, 2023
1 parent bac2335 commit 142132e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/og_sdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import string
import random
import aiofiles
import logging
from og_proto import agent_server_pb2, common_pb2
from typing import AsyncIterable

Expand Down
1 change: 1 addition & 0 deletions sdk/tests/agent_sdk_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import logging
import json
import random
import logging
from tempfile import gettempdir
from pathlib import Path
from og_sdk.agent_sdk import AgentSDK
Expand Down

0 comments on commit 142132e

Please sign in to comment.