Skip to content

Commit

Permalink
format: run black
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 6, 2024
1 parent ca1a075 commit cf943c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aw_notify/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from aw_notify.main import main

if __name__ == '__main__':
if __name__ == "__main__":
main()
1 change: 1 addition & 0 deletions aw_notify/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Get time spent for different categories in a day,
and send notifications to the user on predefined conditions.
"""

import logging
import sys
import threading
Expand Down

0 comments on commit cf943c2

Please sign in to comment.