This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c37321e  Unused imports [skip ci]
c37321e is described below

commit c37321e64bf4a78767c8b55330f82f09a8945328
Author: Sebb <s...@apache.org>
AuthorDate: Fri May 17 16:40:01 2024 +0100

    Unused imports [skip ci]
---
 source/generate.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/generate.py b/source/generate.py
index a19dd4d..f898a1c 100644
--- a/source/generate.py
+++ b/source/generate.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 
-import markdown, codecs, os, sys, re, time, io
+import markdown, codecs, os, re, io
 
 """
 Script to process the markdown files:
@@ -59,4 +59,4 @@ def runDir(path):
                 out.close()
 
 runDir('markdown')
-print("All done!")
\ No newline at end of file
+print("All done!")

Reply via email to