Skip to content

Commit

Permalink
yauto.py: Remove comment block that fails flake8
Browse files Browse the repository at this point in the history
**Summary**
@silkeh suggests that this change will also trigger the CI, so is worth-
while for several reasons.

Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Apr 7, 2024
1 parent c0981ac commit 1a66ee4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/Scripts/yauto.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,6 @@ def create_yaml(self):
setup = "%perl_setup"
build = "%perl_build"
install = "%perl_install"
# Unused, but left in for historical purposes
#sample_actions = os.path.join(
# self.template_dir, "actions.perlmodules.sample.py"
#)
elif self.compile_type == CABAL:
setup = "%cabal_configure"
build = "%cabal_build"
Expand Down

0 comments on commit 1a66ee4

Please sign in to comment.