Skip to content

Commit

Permalink
Fixed libraries conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Arondondon committed Nov 12, 2024
1 parent 39f618d commit ec99dde
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ mnemonic==0.20
pycoin==0.92.20230326
pyyaml==6.0.1
ipfshttpclient==0.4.13.2
rfc3986==2.0.0
pymultihash==0.8.2
base58==2.1.1
argcomplete==3.1.2
Expand Down
2 changes: 0 additions & 2 deletions snet/cli/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import os
import re
import sys
from email.policy import default
from random import choices

from snet.contracts import get_all_abi_contract_files, get_contract_def

Expand Down
3 changes: 0 additions & 3 deletions snet/cli/commands/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
import json
import secrets
import sys
from idlelib.iomenu import errors
from pathlib import Path
from textwrap import indent
from urllib.parse import urljoin

import ipfshttpclient
import jsonschema
from lighthouseweb3 import Lighthouse
import yaml
from rfc3986 import urlparse
import web3
from snet.contracts import get_contract_def

Expand Down
1 change: 0 additions & 1 deletion snet/cli/metadata/organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from enum import Enum
from json import JSONEncoder
import json
from tabnanny import check

from snet.cli.utils.utils import is_valid_url

Expand Down

0 comments on commit ec99dde

Please sign in to comment.