Skip to content

Commit 4e64696

Browse files
rhttimabbott
authored andcommitted
Apply Black.
1 parent 697debb commit 4e64696

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

github.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
parser = argparse.ArgumentParser(description="Push/pull repo.")
1717

18+
1819
# resets the current repository to match origin/master
1920
def github_pull():
2021
print(subprocess.check_output(["git", "fetch", "origin", "master"]))

lib/date_helper.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from datetime import datetime
22

3+
34
# I don't love this format, feel free to change (I just
45
# extracted it from prior code).
56
def format_date1(ts):

lib/html.py

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def item_html(stream_name, stream_data):
162162

163163

164164
def topic_list_page_html(stream_name, stream_url, topic_data):
165-
166165
content = f"""\
167166
<h2> Stream: <a href="{html.escape(stream_url)}">{html.escape(stream_name)}</a></h2>
168167
<hr>

0 commit comments

Comments
 (0)