Skip to content

Commit 522c869

Browse files
committed
Fix some linter errors
1 parent 4948b45 commit 522c869

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

databusclient/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def deploy(
3636

3737
@app.command()
3838
def download(collection: str):
39-
typer.echo(f"TODO")
39+
typer.echo("TODO")

databusclient/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import requests
44
import hashlib
55
import json
6-
from urllib.parse import urldefrag
76

87
__debug = False
98

0 commit comments

Comments
 (0)