Skip to content

Commit

Permalink
Some cleanup of code for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed May 3, 2024
1 parent ce0e7fc commit db7af19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cfnlint/maintenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def update_documentation(rules):
cfnlint.rules.TransformError(),
cfnlint.rules.RuleError(),
] + sorted_rules:
print(rule)
rule_source_code_file = (
"../"
+ subprocess.check_output(
Expand Down

0 comments on commit db7af19

Please sign in to comment.