Skip to content

Commit 4fa2795

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1bd3ccc commit 4fa2795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soda-oracle/src/soda_oracle/test_helpers/oracle_data_source_test_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def _create_database_name(self) -> str | None:
1717
if connect_string and "/" in connect_string:
1818
# Extract service name from connect string like "host:port/service_name"
1919
service_name = connect_string.split("/")[-1]
20-
return service_name
20+
return service_name
2121
return "soda"
2222

2323
def _create_dataset_prefix(self) -> list[str]:

0 commit comments

Comments
 (0)