Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
merc1er committed May 22, 2024
1 parent 6e4970a commit b6fb64e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@

INVALID_BITCOINCOM_ENDPOINT_URLS = ["htp://fakesite.com/v2", "https://bitcom.org/", 42]

VALID_FULCRUM_ENDPOINT_URLS = [
"electron.jochen-hoenicke.de:51002"
]
VALID_FULCRUM_ENDPOINT_URLS = ["electron.jochen-hoenicke.de:51002"]

INVALID_FULCRUM_ENDPOINT_URLS = ["electron.jochen-hoenicke.de", 42]

Expand Down

0 comments on commit b6fb64e

Please sign in to comment.