Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
flopez7 committed Aug 16, 2023
1 parent 8b03fc9 commit 8eb942d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/examples/cvat/exchange-oracle/src/chain/escrow.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import json

from web3 import Web3

from human_protocol_sdk.constants import Status
from human_protocol_sdk.escrow import EscrowClient
from human_protocol_sdk.storage import StorageClient
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
import uuid
from unittest.mock import MagicMock, Mock, patch
from unittest.mock import patch
from src.models.cvat import Project

from sqlalchemy.sql import select
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
OracleWebhookStatuses,
)
from human_protocol_sdk.storage import StorageClient
from src.core.config import CronConfig, StorageConfig
from src.core.config import StorageConfig


class ServiceIntegrationTest(unittest.TestCase):
Expand Down

0 comments on commit 8eb942d

Please sign in to comment.