Skip to content

Commit 5d266e3

Browse files
committed
black and isort
1 parent b62483e commit 5d266e3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pymathics/language/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
"""Pymathics Language
1+
"""Mathics3 Module PyICU
22
33
This module provides Mathics functions and varialbles to work with
4-
Lanugages and Translations
4+
Languages and Translations.
55
"""
66

7-
87
from pymathics.language.__main__ import Alphabet
98
from pymathics.language.version import __version__
109

pymathics/language/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
# PyICU: human-language alphabets and locales
1010

1111

12-
from icu import Locale, LocaleData
1312
from typing import List, Optional
1413

15-
from mathics.core.builtin import Builtin
14+
from icu import Locale, LocaleData
1615
from mathics.core.atoms import String
16+
from mathics.core.builtin import Builtin
1717
from mathics.core.convert.expression import to_mathics_list
1818

1919
availableLocales = Locale.getAvailableLocales()

0 commit comments

Comments
 (0)