Skip to content

Commit b072072

Browse files
Merge pull request #494 from gardlt/removing-unsed-import
removing unsed import in registry
2 parents 4d57885 + 3267c94 commit b072072

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

register.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import pypandoc
2-
import os
32

43
output = pypandoc.convert('README.md', 'rst')
54
with open('README.txt' 'w+') as f:

0 commit comments

Comments
 (0)