Skip to content

Commit d27d861

Browse files
author
Hossein Pourbozorg
authored
Update __init__.py
fix pylint messages
1 parent 4e06cf3 commit d27d861

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arabic_reshaper/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
import os
2+
13
from .arabic_reshaper import reshape, default_reshaper, ArabicReshaper
24

3-
import os
45

56
exec(open(os.path.join(os.path.dirname(__file__), '__version__.py')).read())

0 commit comments

Comments
 (0)