diff --git a/bots/log2zulip b/bots/log2zulip index 035ba3b6..5e1021a1 100755 --- a/bots/log2zulip +++ b/bots/log2zulip @@ -110,4 +110,3 @@ if __name__ == "__main__": os.remove(lock_path) except OSError as IOError: pass - diff --git a/bots/sync-public-streams b/bots/sync-public-streams index b225bd12..08db5da3 100755 --- a/bots/sync-public-streams +++ b/bots/sync-public-streams @@ -64,4 +64,3 @@ if __name__ == "__main__": f.close() subprocess.call(["mv", "/home/zulip/public_streams.tmp", "/home/zulip/public_streams"]) - diff --git a/contrib_bots/lib/readme.md b/contrib_bots/lib/readme.md index b5140c77..1840f772 100644 --- a/contrib_bots/lib/readme.md +++ b/contrib_bots/lib/readme.md @@ -106,4 +106,3 @@ If you are not interested in running your bots on the server, then you can still use the full Zulip API. The hope, though, is that this architecture will make writing simple bots a quick/easy process. -