Skip to content

Commit 03e8bae

Browse files
committed
Fixed order of imports
1 parent 70dee38 commit 03e8bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

material/plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21+
from colorama import Fore, Style
2122
from os import getenv
2223
from sys import stderr
23-
from colorama import Fore, Style
2424

2525
# Silence this warning with NO_MKDOCS_2_WARNING=1
2626
if not getenv("NO_MKDOCS_2_WARNING"):

src/plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21+
from colorama import Fore, Style
2122
from os import getenv
2223
from sys import stderr
23-
from colorama import Fore, Style
2424

2525
# Silence this warning with NO_MKDOCS_2_WARNING=1
2626
if not getenv("NO_MKDOCS_2_WARNING"):

0 commit comments

Comments
 (0)