Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions databus-python-client
Submodule databus-python-client added at 189458
2 changes: 0 additions & 2 deletions databusclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ def __get_file_info(distribution_str: str) -> Tuple[Dict[str, str], str, str, st
cvs = __get_content_variants(distribution_str)
extension_part, format_extension, compression = __get_extensions(distribution_str)

content_variant_part = "_".join([f"{key}={value}" for key, value in cvs.items()])

if __debug:
print("DEBUG", distribution_str, extension_part)

Expand Down
Empty file added file.ttl
Empty file.
Empty file added file.txt
Empty file.
1 change: 0 additions & 1 deletion tests/test_download.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Download Tests"""
import pytest
import databusclient.client as cl

DEFAULT_ENDPOINT="https://databus.dbpedia.org/sparql"
Expand Down