Skip to content

Commit

Permalink
imports cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Yagunov committed Aug 2, 2024
1 parent ff62f59 commit e409243
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snet/sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
import sys
from typing import Any, NewType
import warnings
import copy

import google.protobuf.internal.api_implementation

with warnings.catch_warnings():
# Suppress the eth-typing package`s warnings related to some new networks
warnings.filterwarnings("ignore", "Network .* does not have a valid ChainId. eth-typing should be "
"updated with the latest networks.", UserWarning)

from snet.sdk.metadata_provider.ipfs_metadata_provider import IPFSMetadataProvider

from snet.sdk.payment_strategies.default_payment_strategy import DefaultPaymentStrategy
from snet.cli.commands.sdk_command import SDKCommand
from snet.cli.commands.commands import BlockchainCommand
Expand Down

0 comments on commit e409243

Please sign in to comment.