Skip to content

Commit

Permalink
Optimize 'import's
Browse files Browse the repository at this point in the history
  • Loading branch information
AAClause committed Jul 26, 2020
1 parent 9c684ce commit b3322c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion addon/globalPlugins/brailleExtender/brailleTablesExt.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import wx

import addonHandler
import brailleTables
import config
from collections import namedtuple
from itertools import permutations
Expand Down
3 changes: 1 addition & 2 deletions addon/globalPlugins/brailleExtender/dictionaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
from logHandler import log
from . import huc
from . import brailleTablesExt
from .common import *
from . import configBE
from .common import configDir
from collections import namedtuple
import louis
import config
Expand Down

0 comments on commit b3322c1

Please sign in to comment.