Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
  • Loading branch information
Filip Haltmayer committed May 23, 2023
1 parent b5a9c5a commit 1f3ee9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pymilvus/orm/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,9 @@ def __parse_info(
passed_in_db_name = ""

if uri != "":
passed_in_address, passed_in_user, passed_in_password, passed_in_db_name = self.__parse_address_from_uri(uri)
passed_in_address, passed_in_user, passed_in_password, passed_in_db_name = (
self.__parse_address_from_uri(uri)
)

elif address != "":
if not is_legal_address(address):
Expand Down

0 comments on commit 1f3ee9b

Please sign in to comment.