Skip to content

Commit

Permalink
style: ci lint with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium-VLK authored and github-actions[bot] committed Apr 25, 2024
1 parent 08713d0 commit ce78650
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion bal_addresses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
ChecksumError,
UnexpectedListLengthError,
)

2 changes: 1 addition & 1 deletion gen_pools_and_gauges.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import requests

from bal_tools import BalPoolsGauges
from bal_tools import Subgraph
from bal_tools import Subgraph


NO_GAUGE_SUBGRAPH = ["bsc", "kovan", "fantom", "rinkeby"]
Expand Down
1 change: 1 addition & 0 deletions gen_subgraph_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import requests
from bal_tools.subgraph import Subgraph


def main():
urls = {}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"web3",
"gql[requests]",
"requests",
"git+https://github.com/BalancerMaxis/[email protected]"
"git+https://github.com/BalancerMaxis/[email protected]",
],
keywords=["python", "first package"],
classifiers=[
Expand Down

0 comments on commit ce78650

Please sign in to comment.