EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 78e271f0 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Fixing superflouus abstractmethod

parent 8c6c4e1a
No related branches found
No related tags found
No related merge requests found
......@@ -384,7 +384,6 @@ class HTTPSource(Source):
with open(target_path, "wb") as f:
f.write(response.content)
@abstractmethod
def get_vsi_env_and_path(self, path: str):
return {}, f"/vsicurl/{urljoin(self.endpoint_url, path)}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment