forked from Mirror/pmbootstrap
pmb: Remove unnecessary pass statements (MR 2537)
See https://docs.astral.sh/ruff/rules/unnecessary-placeholder
This commit is contained in:
parent
59227a333e
commit
6415aea8af
3 changed files with 0 additions and 6 deletions
|
@ -7,12 +7,8 @@ class BuildFailedError(Exception):
|
|||
separately from NonBugError as it needs to be treated differently as we want to hint
|
||||
to users that they can check the log for more information when a build fails."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class NonBugError(Exception):
|
||||
"""Exception which originates from a problem not caused by pmbootstrap's code. This
|
||||
could for example be raised if there is an error in a package pmbootstrap is
|
||||
interacting with in some way."""
|
||||
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue