diff --git a/databus-python-client b/databus-python-client new file mode 160000 index 0000000..189458e --- /dev/null +++ b/databus-python-client @@ -0,0 +1 @@ +Subproject commit 189458ec1f673c55f66b97d43b5507c648230f47 diff --git a/file.ttl b/file.ttl new file mode 100644 index 0000000..e69de29 diff --git a/file.txt b/file.txt new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_download.py b/tests/test_download.py index 299a81c..09e0769 100644 --- a/tests/test_download.py +++ b/tests/test_download.py @@ -1,4 +1,8 @@ """Download Tests""" +<<<<<<< HEAD +import databusclient.client as cl +======= +>>>>>>> main import pytest