Skip to content

Commit cf943c2

Browse files
committed
format: run black
1 parent ca1a075 commit cf943c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

aw_notify/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from aw_notify.main import main
22

3-
if __name__ == '__main__':
3+
if __name__ == "__main__":
44
main()

aw_notify/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Get time spent for different categories in a day,
33
and send notifications to the user on predefined conditions.
44
"""
5+
56
import logging
67
import sys
78
import threading

0 commit comments

Comments
 (0)