Skip to content

Commit a4b4aeb

Browse files
puzzletsigmavirus24
authored andcommitted
remove unused imports
1 parent c0f1ab5 commit a4b4aeb

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

charade/langcyrillicmodel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
# 02110-1301 USA
2626
######################### END LICENSE BLOCK #########################
2727

28-
from . import constants
29-
3028
# KOI8-R language model
3129
# Character Mapping Table:
3230
KOI8R_CharToOrderMap = (

charade/langgreekmodel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
# 02110-1301 USA
2626
######################### END LICENSE BLOCK #########################
2727

28-
from . import constants
29-
3028
# 255: Control characters that usually does not exist in any text
3129
# 254: Carriage/Return
3230
# 253: symbol (punctuation) that does not belong to word

charade/langhebrewmodel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
# 02110-1301 USA
2828
######################### END LICENSE BLOCK #########################
2929

30-
from . import constants
31-
3230
# 255: Control characters that usually does not exist in any text
3331
# 254: Carriage/Return
3432
# 253: symbol (punctuation) that does not belong to word

charade/langhungarianmodel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
# 02110-1301 USA
2626
######################### END LICENSE BLOCK #########################
2727

28-
from . import constants
29-
3028
# 255: Control characters that usually does not exist in any text
3129
# 254: Carriage/Return
3230
# 253: symbol (punctuation) that does not belong to word

0 commit comments

Comments
 (0)