Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
fix pylint messages
  • Loading branch information
Hossein Pourbozorg authored Mar 18, 2018
1 parent 4e06cf3 commit d27d861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arabic_reshaper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os

from .arabic_reshaper import reshape, default_reshaper, ArabicReshaper

import os

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

0 comments on commit d27d861

Please sign in to comment.