Skip to content

Commit

Permalink
Merge pull request #943 from hkad98/jkd/chore
Browse files Browse the repository at this point in the history
trivial: remove useless self-assignment
  • Loading branch information
hkad98 authored Jan 7, 2025
2 parents 0e5e093 + 550fcbc commit 6e7ba4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gooddata-sdk/tests/catalog/test_catalog_data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@ def test_jdbc_urls_creation(
parameters: Optional[list],
url_params: Optional[list],
):
db_class: type[CatalogDataSource] = db_class
data_source = db_class(
id="test",
name="Test",
Expand Down

0 comments on commit 6e7ba4b

Please sign in to comment.