Skip to content

Commit

Permalink
[DOP-20393] Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Sep 26, 2024
1 parent b961120 commit 5127a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def _get_conn_str(self) -> str:
return f"hdfs://{self._active_host}:{self.ipc_port}"

def _convert_to_url(self, path: PurePathProtocol) -> str:
# example: "hdfs://namenode:8020/absolute/path"
# example "hdfs://namenode:8020/absolute/path"
return self._get_conn_str() + path.as_posix()

def _get_default_path(self):
Expand Down

0 comments on commit 5127a05

Please sign in to comment.