Skip to content

Commit

Permalink
[Gatekeep] Fixed formatting for Tox style test
Browse files Browse the repository at this point in the history
Lots of reformatting of the code to match the standards and conventions
that the Tox style test. Hoping to not get a big fat red ❌ on my
commit this time.
  • Loading branch information
Tsunderarislime authored and Injabie3 committed Feb 13, 2025
1 parent fc37300 commit 55848cb
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 101 deletions.
4 changes: 2 additions & 2 deletions cogs/gatekeep/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
KEY_NEW_USER_DAYS: 14,
KEY_ACTIVE: False,
KEY_WORD_DICT: {},
KEY_WATCH_LIST: []
}
KEY_WATCH_LIST: [],
}
Loading

0 comments on commit 55848cb

Please # to comment.