Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieTien97 committed Dec 26, 2024
1 parent e60332e commit 1218b2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iotdb-core/ainode/iotdb/ainode/model/model_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def _parse_uri(uri):
is_network_path (bool): True if the url is a network path, False otherwise
parsed_uri (str): parsed uri to get related file
"""
# remove quotation mark in uri
uri = uri[1:-1]

parse_result = urlparse(uri)
is_network_path = parse_result.scheme in ('http', 'https')
Expand Down

0 comments on commit 1218b2e

Please sign in to comment.