Skip to content

Commit c0d7a9c

Browse files
refeedtimabbott
authored andcommitted
Apply Black code formatting.
1 parent 5da606f commit c0d7a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/date_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# I don't love this format, feel free to change (I just
44
# extracted it from prior code).
55
def format_date1(ts):
6-
""" Nov 05 2019 at 02:51"""
6+
"""Nov 05 2019 at 02:51"""
77
return datetime.utcfromtimestamp(ts).strftime("%b %d %Y at %H:%M")

0 commit comments

Comments
 (0)