Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Brunt committed Sep 24, 2024
1 parent 3488e15 commit bcf23cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify-python.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: verify-python
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
concurrency:
Expand Down
3 changes: 1 addition & 2 deletions cbc_importer/cli/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,10 @@ def enter_and_validate_url(key: str) -> str:
return value


def enter_inner_dict_info(key: str = None, value: dict = None) -> dict:
def enter_inner_dict_info(value: dict = None) -> dict:
"""Helper function to enter inner dictionaries in the configuration.
Args:
key (str): key of the property
value (dict): dict with the default values
Returns:
Expand Down

0 comments on commit bcf23cc

Please sign in to comment.