Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed May 9, 2024
1 parent 951df58 commit 3c5a443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/ipfs/public.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
class PublicIPFS(IPFSProvider):
"""Public IPFS gateway (fetch-only provider)"""

# pylint:disable=duplicate-code

GATEWAY = "https://ipfs.io"

def __init__(self, *, timeout: int) -> None:
Expand Down

0 comments on commit 3c5a443

Please sign in to comment.