chore: move available_protections constant to test file (it's only used there)

This commit is contained in:
Matthias
2024-09-29 15:08:57 +02:00
parent 39c582dac2
commit f77fedbea4
3 changed files with 5 additions and 5 deletions

View File

@@ -241,7 +241,6 @@ No protection should use datetime directly, but use the provided `date_now` vari
!!! Tip "Writing a new Protection"
Best copy one of the existing Protections to have a good example.
Don't forget to register your protection in `constants.py` under the variable `AVAILABLE_PROTECTIONS` - otherwise it will not be selectable.
#### Implementation of a new protection