Skip to content

Commit

Permalink
lint fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
honourfish committed Nov 10, 2023
1 parent bf2d732 commit 8b707c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion datatrails_simplehash/v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,11 @@ def main(): # pragma: no cover
parser.add_argument(
"api_query",
type=str,
help=("the api query string in the blockchain response. In quotes. e.g. \"https://app.datatrails.com/archivist/v2/publicassets/-/events?order_by=SIMPLEHASHV2&proof_mechanism=SIMPLE_HASH&timestamp_accepted_since=2023-11-06T12:26:45Z&timestamp_accepted_before=2023-11-06T12:27:58Z\""),
help=(
"the api query string in the blockchain response."
"In quotes. e.g. "
"\"https://app.datatrails.ai/archivist/v2/publicassets/-/events?order_by=SIMPLEHASHV2\""
),
)

args = parser.parse_args()
Expand Down

0 comments on commit 8b707c7

Please sign in to comment.