mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Math.convertcore: remove useless try/except clause
This commit is contained in:
parent
2ea93cdcfd
commit
21a729d95a
@ -43,10 +43,7 @@ import supybot.callbacks as callbacks
|
||||
from supybot.i18n import PluginInternationalization, internationalizeDocstring
|
||||
_ = PluginInternationalization('Math')
|
||||
|
||||
try:
|
||||
from .local import convertcore
|
||||
except ImportError:
|
||||
from .local import convertcore
|
||||
from .local import convertcore
|
||||
|
||||
baseArg = ('int', 'base', lambda i: i <= 36)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user