Skip to content

Commit

Permalink
fix: removing useless else branching
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Sep 4, 2024
1 parent 25c5bde commit 936a7a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hrflow_connectors/core/documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ def update_root_readme(
actions_status[ActionName.pull_job_list] = KO_MARKUP
actions_status[ActionName.push_job] = KO_MARKUP
actions_status[ActionName.catch_profile] = KO_MARKUP
else:
pass

if connector["object"] is None:
updated_listing = line_pattern.format(
Expand Down

0 comments on commit 936a7a5

Please sign in to comment.